gtk.nix: add dconf
This commit is contained in:
parent
2855a57884
commit
2fe2a40c08
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ with lib; let
|
|||
inherit (config.modules.usrEnv.style.gtk) theme iconTheme;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
programs.dconf.enable = true; # NOTE: we need this or gtk breaks
|
||||
home-manager.users.${username} = {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue