configure desktop properly

This commit is contained in:
janis 2025-09-03 04:33:06 +02:00
parent 1e449f8ec3
commit 4c2876dc50
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -5,8 +5,14 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
has_battery = true;
desktop_scale = 1.3;
darkMode = true;
enableHypridle = true;
has_battery = false;
extraOutputConfig = {
"HDMI-A-3" = {pos = "0 0";};
"HDMI-A-1" = { pos = "1920 0"; };
};
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];