Modularize the shell config

This commit is contained in:
SebastianStork 2024-04-17 09:42:55 +02:00
parent cbebff390c
commit 30faa1f2bf
10 changed files with 104 additions and 74 deletions

View file

@ -34,5 +34,6 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
services.auto-cpufreq.enable = true;
hardware.brillo.enable = true;
}

View file

@ -18,6 +18,4 @@
boot.kernelModules = ["kvm-amd"];
nixpkgs.hostPlatform = "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
services.auto-cpufreq.enable = true;
}