diff options
Diffstat (limited to 'gui/gtk.nix')
-rw-r--r-- | gui/gtk.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gtk.nix b/gui/gtk.nix index d593a55..31603a7 100644 --- a/gui/gtk.nix +++ b/gui/gtk.nix @@ -58,7 +58,7 @@ home.packages = [ # enable persistent settings in e.g. file chooser dialogs pkgs.dconf - pkgs.gnome3.dconf-editor + pkgs.dconf-editor ]; qt = { |