configure desktop properly
This commit is contained in:
parent
1e449f8ec3
commit
4c2876dc50
|
@ -5,8 +5,14 @@
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
has_battery = true;
|
darkMode = true;
|
||||||
desktop_scale = 1.3;
|
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.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
|
|
Loading…
Reference in a new issue