Desktop Configuration Improvements #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "desktop-homemanager"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Desktop configuration improvements
Bug fixes
hardware.nvidia.powerManagement.enableto fix graphical corruption on resume from sleep by saving/restoring GPU state across suspend cyclesHome Manager
useGlobalPkgs,useUserPackages)desktop/home.nixand migrate user-level programs out ofconfiguration.nix:programs.git(with signing config) — also updated to use current HM option names (settingsinstead ofextraConfig)programs.direnvprograms.firefox— migrated profile path to the new XDG default (.config/mozilla/firefox) ahead of thestateVersion26.05 bump; added TODO to remove the explicitconfigPathonce state version is updatedzed-editormoved fromenvironment.systemPackagestohome.packagesprograms.gnome-shell.extensionsinstead of just installing it throughenvironment.systemPackages, which only installed it without enabling itHardening
users.mutableUsers = falseand addhashedPasswordto the cameron userCleanup
debug = truefrom flake-parts config — this was anix replintrospection aid, not required for nixd LSP support, and was producing two spuriousnix flake checkwarnings (unknown flake output 'debug'andunknown flake output 'allSystems')