syncthing and kdeconnect not in allegro

This commit is contained in:
Antoine Vaure 2024-10-21 01:14:41 +02:00 committed by ant
parent 6efb57bd23
commit ddbd75a5c0

View file

@ -174,7 +174,7 @@
services.gnome-keyring.enable = true;
services.syncthing.enable = true;
services.kdeconnect.enable = true;
services.syncthing.enable = if variant != "allegro" then false else true;
services.kdeconnect.enable = if variant != "allegro" then false else true;
programs.home-manager.enable = true;
}