From 1680940e505ed596e2615c2490dc62db0937ea30 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 20 Aug 2021 23:28:51 +0200 Subject: [PATCH] graphical: enable core-os-services --- nix/os/profiles/graphical/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/os/profiles/graphical/system.nix b/nix/os/profiles/graphical/system.nix index d210472..9b2469b 100644 --- a/nix/os/profiles/graphical/system.nix +++ b/nix/os/profiles/graphical/system.nix @@ -88,6 +88,7 @@ tracker-miners.enable = false; # FIXME: gnome should be moved to user session + core-os-services.enable = true; at-spi2-core.enable = true; evolution-data-server.enable = true; gnome-online-accounts.enable = true;