Compare commits

..

No commits in common. "525a4665e758a9163bd2c0826e71beb0d3af9ea1" and "e2f20f0278b21a78841ca2bc7848f43948bb8b26" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -64,6 +64,8 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.video.hidpi.enable = true;
hardware.nvidia = {
nvidiaSettings = true;
nvidiaPersistenced = true;

View file

@ -52,10 +52,7 @@ in {
userEmail = "me@failco.de";
};
programs.password-store = {
enable = true;
package = pkgs.gopass;
};
programs.password-store = { enable = true; };
# do not show home-manager notifications
news.display = "silent";