mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
set laptop up again
This commit is contained in:
parent
b2af978996
commit
6e99b9e9c9
7 changed files with 28 additions and 20 deletions
|
|
@ -25,6 +25,10 @@
|
|||
m:
|
||||
../modules + ("/" + m + ".nix")
|
||||
);
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden #store stuff
|
||||
qbittorrent #steal stuff
|
||||
];
|
||||
networking.hostName = "gerg-desktop";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue