mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
qt
This commit is contained in:
parent
453a8808fe
commit
92fb9b1878
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@
|
|||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
package = pkgs.kdePackages.breeze-qt5;; # You can also use pkgs.materia-kde-theme, etc.
|
||||
package = pkgs.kdePackages.breeze-qt5; # You can also use pkgs.materia-kde-theme, etc.
|
||||
name = "Breeze-Dark"; # Name must match what the style package provides
|
||||
};
|
||||
platformTheme.name = "gtk"; # This tries to align artwork with GTK, but does not require qt5ct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue