forked from colonelpanic/dotfiles
[NixOS] Add desktop.nix to nixcomp
This commit is contained in:
parent
2fc63927f7
commit
13308ce99a
@ -3,6 +3,7 @@
|
||||
imports = [
|
||||
../base.nix
|
||||
../essential-no-arm.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixquick";
|
||||
@ -50,4 +51,4 @@
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user