split out services so they dont auto build on user include

This commit is contained in:
TheWanderingCrow 2024-12-25 20:35:21 -05:00
parent aa052b998e
commit 2b95d8aebd
7 changed files with 36 additions and 18 deletions

View file

@ -15,8 +15,6 @@
desktop.sway.enable = true;
systemd.services.note_sync.enable = lib.mkForce false;
module.gui.enable = true;
module.wayland.enable = true;
module.programming.enable = true;

View file

@ -26,6 +26,8 @@
module.appdevel.enable = true;
module.art.enable = true;
service.note-sync.enable = true;
programs.noisetorch.enable = true;
virtualisation.vmware.host.enable = true;