set gtk theme in gsettings
This commit is contained in:
parent
9ff684216f
commit
ed2eb0f6ff
2 changed files with 32 additions and 2 deletions
|
@ -71,6 +71,10 @@ with pkgs.uservars; {
|
|||
fira-code
|
||||
nerdfonts_fira_hack
|
||||
material-wifi-icons
|
||||
|
||||
];
|
||||
home.activation = {
|
||||
update_gtk = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
$DRY_RUN_CMD ${pkgs.configure-gtk}/bin/configure-gtk
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue