refactor: dev bundle should be enabled in dev hosts, not desktop bundle

This commit is contained in:
wi11-holdsworth 2025-10-08 00:52:26 +11:00
parent c17f478179
commit a873b5126f
3 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
# keep-sorted start # keep-sorted start
amd-gpu.enable = true; amd-gpu.enable = true;
desktop.enable = true; desktop.enable = true;
dev.enable = true;
external-speakers.enable = true; external-speakers.enable = true;
gaming.enable = true; gaming.enable = true;
link2c.enable = true; link2c.enable = true;

View file

@ -13,6 +13,7 @@
# keep-sorted start # keep-sorted start
amd-gpu.enable = true; amd-gpu.enable = true;
desktop.enable = true; desktop.enable = true;
dev.enable = true;
gnome.enable = true; gnome.enable = true;
tlp.enable = true; tlp.enable = true;
# keep-sorted end # keep-sorted end

View file

@ -10,7 +10,6 @@ in
{ {
config = lib.mkIf config.${feature}.enable { config = lib.mkIf config.${feature}.enable {
# keep-sorted start # keep-sorted start
dev.enable = true;
pipewire.enable = true; pipewire.enable = true;
print-and-scan.enable = true; print-and-scan.enable = true;
protonmail-bridge.enable = true; protonmail-bridge.enable = true;