This commit is contained in:
4DBug
2026-02-04 18:06:45 -06:00
parent 4c3cd74b7a
commit 29581518a1
6 changed files with 31 additions and 22 deletions

View File

@@ -24,10 +24,11 @@
./modules/graphics.nix
./modules/audio.nix
./modules/home-manager.nix
./modules/mpd.nix
./modules/swap.nix
./modules/virtualisation.nix
]);
]) ++ (if device == "laptop" then [
./modules/mpd.nix
] else []);
system = {
stateVersion = "25.11";