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";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
hardware.video.hidpi.enable = true;
|
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
nvidiaPersistenced = true;
|
nvidiaPersistenced = true;
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,10 @@ in {
|
||||||
userEmail = "me@failco.de";
|
userEmail = "me@failco.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.password-store = { enable = true; };
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.gopass;
|
||||||
|
};
|
||||||
|
|
||||||
# do not show home-manager notifications
|
# do not show home-manager notifications
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue