sync config
This commit is contained in:
parent
d018e87948
commit
c5e0cd6bd0
|
@ -147,6 +147,9 @@ in
|
|||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
displayManager.defaultSession = "plasmawayland";
|
||||
|
||||
upscaleDefaultCursor = false;
|
||||
|
||||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
|
@ -203,7 +206,7 @@ in
|
|||
aspellDicts.de
|
||||
aspellDicts.en
|
||||
borgbackup
|
||||
bpytop
|
||||
btop
|
||||
clamav
|
||||
gitFull
|
||||
hunspellDicts.de_DE
|
||||
|
|
|
@ -26,5 +26,5 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# high-resolution display
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
fonts.optimizeForVeryHighDPI = lib.mkDefault true;
|
||||
}
|
||||
|
|
|
@ -26,5 +26,5 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
# high-resolution display
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
fonts.optimizeForVeryHighDPI = lib.mkDefault true;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue