force override
This commit is contained in:
parent
c99c88f202
commit
8f8128805d
1 changed files with 3 additions and 3 deletions
|
|
@ -349,7 +349,7 @@ in
|
|||
|
||||
# same here
|
||||
gtk = {
|
||||
enable = enableGraphical;
|
||||
enable = lib.mkForce enableGraphical;
|
||||
gtk2 = {
|
||||
extraConfig = ''
|
||||
gtk-enable-animations=1
|
||||
|
|
@ -462,8 +462,8 @@ in
|
|||
};
|
||||
|
||||
# NOTE: remove when stylix is fixed
|
||||
qt = lib.mkIf enableGraphical {
|
||||
enable = true;
|
||||
qt = {
|
||||
enable = lib.mkForce true;
|
||||
platformTheme.name = "adwaita";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue