From 1d44aab35a838255d3b3f32bd56430d4ff7433ce Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 12 Nov 2024 03:46:39 +0530 Subject: [PATCH] chore(cleanup): Remove nextcloud --- common/gui.nix | 2 +- linux/default.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/gui.nix b/common/gui.nix index 6d1433e7..594fbd9f 100644 --- a/common/gui.nix +++ b/common/gui.nix @@ -45,7 +45,7 @@ lib.attrsets.optionalAttrs device.hasGui { seahorse nautilus - nextcloud-client + # nextcloud-client gparted polkit_gnome diff --git a/linux/default.nix b/linux/default.nix index d8bb1fa8..f0f2c440 100644 --- a/linux/default.nix +++ b/linux/default.nix @@ -19,10 +19,10 @@ services.kdeconnect.enable = device.hasGui; services.kdeconnect.indicator = device.hasGui; services.swayosd.enable = device.hasGui; - services.nextcloud-client = { - enable = device.hasGui; - startInBackground = true; - }; + # services.nextcloud-client = { + # # enable = device.hasGui; + # # startInBackground = true; + # }; systemd.user.services.spotify-player = { Install = {WantedBy = ["graphical-session.target"];};