mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Finally fixes qt stylix themes
This commit is contained in:
parent
827039fd68
commit
a92b9207f9
3 changed files with 11 additions and 1 deletions
|
@ -43,4 +43,8 @@ in
|
|||
};
|
||||
stylix.targets.console.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue