diff --git a/user/home.nix b/user/home.nix index e108b3a..a2076f9 100644 --- a/user/home.nix +++ b/user/home.nix @@ -136,6 +136,11 @@ in { }; programs.bash = { enable = true; }; + services.nextcloud-client = { + enable = true; + startInBackground = true; + }; + xdg.configFile = { "thunar/".source = ./thunar; };