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
|
# same here
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = enableGraphical;
|
enable = lib.mkForce enableGraphical;
|
||||||
gtk2 = {
|
gtk2 = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
gtk-enable-animations=1
|
gtk-enable-animations=1
|
||||||
|
|
@ -462,8 +462,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# NOTE: remove when stylix is fixed
|
# NOTE: remove when stylix is fixed
|
||||||
qt = lib.mkIf enableGraphical {
|
qt = {
|
||||||
enable = true;
|
enable = lib.mkForce true;
|
||||||
platformTheme.name = "adwaita";
|
platformTheme.name = "adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue