[feat] Move nextcloud to linux only

This commit is contained in:
Uttarayan Mondal
2024-03-14 15:59:21 +05:30
parent e30e6de8e0
commit 1ffe1007f2
2 changed files with 4 additions and 5 deletions

View File

@@ -11,6 +11,10 @@
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;
services.swayosd.enable = true;
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
systemd.user.services.spotify-player = {
Install = { WantedBy = [ "graphical-session.target" ]; };