Move nextcloud-client to module

Change-Id: I4c5dbff288017357aea9d8f613c7a5d67423663f
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/574
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index 2670101..6510360 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -23,6 +23,8 @@
     waybar.modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";
     waybar.modules.backlight.enable = true;
 
+    nextcloud.enable = true;
+
     shell = {
       zsh.enable = true;
 
@@ -120,9 +122,4 @@
       user.email = "coded@clicks.codes";
     };
   }];
-
-  services.nextcloud-client = {
-    enable = true;
-    startInBackground = true;
-  };
 }