Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2022-12-01 16:57:18 +00:00
parent 036b4b6742
commit dbfe390b93

View file

@ -10,6 +10,9 @@
./programs.nix
];
# Latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = {
systemd-boot.enable = true;
};