diff options
Diffstat (limited to 'home/config/xsession.nix')
| -rw-r--r-- | home/config/xsession.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/xsession.nix b/home/config/xsession.nix index 4855aed..3c79b3d 100644 --- a/home/config/xsession.nix +++ b/home/config/xsession.nix @@ -12,7 +12,7 @@ in { package = pkgs.numix-cursor-theme; }; dconf.enable = true; - home.packages = with pkgs; [ gnome3.dconf ]; + home.packages = with pkgs; [ dconf ]; gtk = { enable = true; theme = { |
