mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
qt
This commit is contained in:
parent
fe25642dd3
commit
a78e47b1fd
1 changed files with 12 additions and 11 deletions
|
|
@ -507,18 +507,18 @@
|
|||
};
|
||||
|
||||
# Qt Theming
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
package = pkgs.breeze; # Breeze Qt theme package
|
||||
name = "Breeze-Dark"; # Style name must match a style inside Breeze
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
package = pkgs.materia-kde-theme;
|
||||
name = "MateriaDark"; # The dark variant name inside Materia KDE theme
|
||||
};
|
||||
platformTheme.name = "gtk"; # use gtk platform theme for Qt apps
|
||||
};
|
||||
platformTheme.name = "gtk"; # To align with GTK theming without qt5ct
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "Breeze-Dark"; # Ensure the style is applied on Qt apps
|
||||
};
|
||||
home.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE = "MateriaDark"; # force the Materia dark style
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
@ -542,7 +542,8 @@ home.sessionVariables = {
|
|||
materia-theme
|
||||
rose-pine-gtk-theme
|
||||
nightfox-gtk-theme
|
||||
|
||||
materia-kde-theme
|
||||
|
||||
playerctl
|
||||
wl-clipboard
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue