Updates
This commit is contained in:
parent
c47b8e21ea
commit
87b9b48939
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
||||||
../../common/modules/nvidia-535.nix
|
../../common/modules/nvidia-535.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
#### TEMPORARY TODO ####
|
||||||
|
environment.variables = { MOZ_ENABLE_WAYLAND = 0; };
|
||||||
|
|
||||||
|
services.displayManager.sddm = {
|
||||||
|
wayland.enable = true;
|
||||||
|
wayland.compositor = "kwin";
|
||||||
|
enableHidpi = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" "acpi_call" ];
|
boot.kernelModules = [ "kvm-intel" "acpi_call" ];
|
||||||
|
|
Loading…
Reference in a new issue