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;