From a40196f6a6923d0e16809054cc3e29a1d9d661ff Mon Sep 17 00:00:00 2001 From: Maiko Tan Date: Wed, 30 Oct 2024 13:19:50 +0800 Subject: [PATCH] fix: dconf not work --- modules/common.nix | 2 ++ modules/home-manager/default.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 9ece2b9..b229bfe 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -32,6 +32,8 @@ desktopManager.gnome.enable = true; }; + programs.dconf.enable = true; + # Enable touchpad support (enabled default in most desktopManager). services.libinput.enable = true; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index afc1696..48389d6 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -35,8 +35,6 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; - programs.dconf.enable = true; - programs.direnv = { enable = true; enableFishIntegration = true;