From 6fe95f63582850442bc0a57658307d9dc089258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 16 Jan 2023 21:11:09 -0300 Subject: [PATCH] home: add nextcloud client --- user/home.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; };