From 4576b30efa2b055908cfc4b45fa374b7edc857c2 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 4 Jan 2025 22:35:50 +0100 Subject: [PATCH] services/gnome: remove unused services --- config/nixos/services/gnome.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/nixos/services/gnome.nix b/config/nixos/services/gnome.nix index b7ec765..2b27167 100644 --- a/config/nixos/services/gnome.nix +++ b/config/nixos/services/gnome.nix @@ -7,9 +7,6 @@ ]; gnome.gnome-keyring.enable = true; - gnome.gnome-online-accounts.enable = true; - accounts-daemon.enable = true; - gvfs.enable = true; }; }