created config for my mom's laptop

This commit is contained in:
ISnortPennies 2023-02-05 18:50:32 -05:00
parent 0cec0448ce
commit 5970506437
8 changed files with 161 additions and 1 deletions

View file

@ -21,6 +21,9 @@
m:
../modules + ("/" + m + ".nix")
);
environment.systemPackages = with pkgs; [
webcord
];
networking.hostName = settings.hostname;
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.cpu.amd.updateMicrocode = true;