From db485e8d3e999c67f63d4dc10a337b47c3be5f7f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 4 May 2023 10:09:01 -0500 Subject: [PATCH] workstation | redo way install nextcloud-client --- workstation/configuration.nix | 1 + workstation/home/default.nix | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index fa28bd5..b5609bb 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -199,6 +199,7 @@ in neovim-qt nerdfonts newsboat + nextcloud-client nmap noto-fonts obsidian diff --git a/workstation/home/default.nix b/workstation/home/default.nix index 7e8c608..0c2a5bf 100644 --- a/workstation/home/default.nix +++ b/workstation/home/default.nix @@ -12,12 +12,12 @@ home.homeDirectory = "/home/don"; home.stateVersion = "22.11"; programs.go.enable = true; - services = { - nextcloud-client = { - enable = true; - startInBackground = true; - }; - }; +# services = { +# nextcloud-client = { +# enable = true; +# startInBackground = true; +# }; +# }; imports = [ ./services.nix ./mpv.nix