refactor: clean up
This commit is contained in:
parent
45c4e136c4
commit
630b3ce27b
25 changed files with 195 additions and 210 deletions
|
@ -3,15 +3,13 @@
|
|||
./hw-nemesis.nix
|
||||
./modules/bootloaders/systemd-boot.nix
|
||||
./modules/common.nix
|
||||
./modules/desktop.nix
|
||||
./modules/hardware/nvidia.nix
|
||||
./modules/networking.nix
|
||||
./modules/desktop.nix
|
||||
./modules/stylix.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nemesis";
|
||||
|
||||
boot.binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows" "aarch64-linux"];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
boot.binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows" "aarch64-linux"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue