Compare commits

...

2 commits

2 changed files with 4 additions and 3 deletions

View file

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