configure actual display manager
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"sd_mod"
|
||||
"rtsx_pci_sdmmc"
|
||||
"iwlwifi"
|
||||
"iwlmvm"
|
||||
];
|
||||
kernelModules = [ ];
|
||||
systemd = {
|
||||
@@ -38,6 +39,7 @@
|
||||
boot.kernelModules = [
|
||||
"kvm-intel"
|
||||
"iwlwifi"
|
||||
"iwlmvm"
|
||||
];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
@@ -60,5 +62,11 @@
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user