[NixOS] Update adele.nix

This commit is contained in:
2023-08-04 00:56:55 -06:00
parent 625c9aaaff
commit fd90a0f638
2 changed files with 13 additions and 9 deletions

View File

@@ -2,8 +2,7 @@
{
imports = [
../full.nix
../base.nix
../laptop.nix
inputs.nixos-hardware.nixosModules.dell-xps-17-9700-intel
];
@@ -37,12 +36,5 @@
nix.settings.maxJobs = lib.mkDefault 12;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
services.redshift.enable = true;
location = {
latitude = 37.8104601;
longitude = -122.2572529;
};
system.stateVersion = "20.03";
}