diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c7316234..243f5729 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -230,6 +230,7 @@ # I would prefer to use HomeManager for some of these but the modules don't exist (yet) programs = { adb.enable = true; + dconf.enable = true; fish.enable = true; git.enable = true; neovim.enable = true;