summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
index f56be81..d9a7d52 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -62,6 +62,9 @@ in {
# mirrored from system
++ config.extraPackages;
+ # only enable dconf on desktop
+ dconf.enable = config.desktops.enable;
+
xdg = {
enable = true;
cacheHome = "${config.homePath}/.cache";