Compare commits
No commits in common. "525a4665e758a9163bd2c0826e71beb0d3af9ea1" and "e2f20f0278b21a78841ca2bc7848f43948bb8b26" have entirely different histories.
525a4665e7
...
e2f20f0278
2 changed files with 3 additions and 4 deletions
|
|
@ -64,6 +64,8 @@
|
||||||
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,10 +52,7 @@ in {
|
||||||
userEmail = "me@failco.de";
|
userEmail = "me@failco.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.password-store = {
|
programs.password-store = { enable = true; };
|
||||||
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