From 419b00792aef24d463affb7f9e0d1ae17fdc65df Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Tue, 23 Jan 2024 16:35:19 -0500 Subject: [PATCH] uninstall nextcloud --- users/tacocat/home.nix | 1 - users/tacocat/services/default.nix | 5 ----- 2 files changed, 6 deletions(-) diff --git a/users/tacocat/home.nix b/users/tacocat/home.nix index af0f5ed..ad863d4 100644 --- a/users/tacocat/home.nix +++ b/users/tacocat/home.nix @@ -33,7 +33,6 @@ prismlauncher wireguard-tools spotify - nextcloud-client xournalpp cardinal vcv-rack diff --git a/users/tacocat/services/default.nix b/users/tacocat/services/default.nix index 8e9f5cc..d70122b 100644 --- a/users/tacocat/services/default.nix +++ b/users/tacocat/services/default.nix @@ -1,9 +1,4 @@ {pkgs, ...}: { - services.nextcloud-client = { - enable = true; - startInBackground = true; - }; - services.gammastep = { enable = true; provider = "geoclue2";