mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
created config for my mom's laptop
This commit is contained in:
parent
0cec0448ce
commit
5970506437
8 changed files with 161 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue