diff --git a/home/modules/dconf.nix b/home/modules/dconf.nix index 65c7f54..f2ec4c6 100644 --- a/home/modules/dconf.nix +++ b/home/modules/dconf.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: let terminal = "kitty"; @@ -119,4 +119,6 @@ in toggle-quick-settings = [ ]; }; }; + + home.packages = with pkgs; [ dconf2nix ]; }