syncthing and kdeconnect not in allegro
This commit is contained in:
parent
6efb57bd23
commit
ddbd75a5c0
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue