This commit is contained in:
4DBug
2026-02-11 20:24:05 -06:00
parent 6b7cbc4dbf
commit 90f94f7888
7 changed files with 41 additions and 15 deletions

View File

@@ -31,10 +31,12 @@
./modules/audio.nix
./modules/swap.nix
./modules/virtualisation.nix
./modules/mpd.nix
./modules/sshfs.nix
#./modules/firefox.nix
]) ++ (if device == "laptop" then [
./modules/mpd.nix
] else []) ++ (if device == "desktop" then [
] else []);