diff --git a/yodaTux/configuration.nix b/yodaTux/configuration.nix index 493e8e1..3fb3465 100644 --- a/yodaTux/configuration.nix +++ b/yodaTux/configuration.nix @@ -127,6 +127,9 @@ gnome-contacts ]); + /* Enable home-manager to configure GNOME */ + programs.dconf.enable = true; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;