mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-27 16:54:17 -05:00
split out services so they dont auto build on user include
This commit is contained in:
parent
aa052b998e
commit
2b95d8aebd
7 changed files with 36 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue