Finally fixes qt stylix themes

This commit is contained in:
Emmet 2023-09-30 22:37:18 -05:00
parent 827039fd68
commit a92b9207f9
3 changed files with 11 additions and 1 deletions

View file

@ -43,4 +43,8 @@ in
};
stylix.targets.console.enable = true;
environment.sessionVariables = {
QT_QPA_PLATFORMTHEME = "qt5ct";
};
}