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
|
@ -97,6 +97,12 @@ in
|
|||
home.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME="qt5ct";
|
||||
};
|
||||
programs.zsh.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME="qt5ct";
|
||||
};
|
||||
programs.bash.sessionVariables = {
|
||||
QT_QPA_PLATFORMTHEME="qt5ct";
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
style.package = pkgs.libsForQt5.breeze-qt5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue