sync config

This commit is contained in:
Christoph Cullmann 2023-03-23 20:50:35 +01:00
parent d018e87948
commit c5e0cd6bd0
4 changed files with 7 additions and 4 deletions

View file

@ -32,5 +32,5 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true;
fonts.optimizeForVeryHighDPI = lib.mkDefault true;
}