mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-30 18:34:00 +05:30
Strangely fixes some qt themes (mainly kdenlive)
This commit is contained in:
parent
a4883bd3d6
commit
df76ef046a
2 changed files with 6 additions and 18 deletions
|
@ -70,6 +70,7 @@ in
|
|||
};
|
||||
font.size = config.stylix.fonts.sizes.terminal;
|
||||
};
|
||||
stylix.targets.kde.enable = true;
|
||||
stylix.targets.kitty.enable = true;
|
||||
stylix.targets.gtk.enable = true;
|
||||
stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;
|
||||
|
@ -119,20 +120,12 @@ in
|
|||
wallpaper = DP-1,''+config.stylix.image+''
|
||||
'';
|
||||
home.packages = with pkgs; [
|
||||
qt5ct pkgs.libsForQt5.breeze-qt5
|
||||
libsForQt5.qt5ct pkgs.libsForQt5.breeze-qt5 libsForQt5.breeze-icons
|
||||
];
|
||||
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;
|
||||
style.name = "breeze-dark";
|
||||
platformTheme = "kde";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue