Compare commits
2 commits
e2f20f0278
...
525a4665e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 525a4665e7 | |||
| a88b91a78e |
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue