modules/theme/gtk: enable gtk
This commit is contained in:
parent
bd58cf8dd7
commit
a09777fc90
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ in {
|
|||
scheme = inputs.basix.schemeData.base16.${config.theme.schemeName};
|
||||
in {
|
||||
gtk = rec {
|
||||
enable = true;
|
||||
|
||||
iconTheme = {
|
||||
inherit (config.theme.gtk.iconTheme) name package;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue