mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: added breeze qt themes
This commit is contained in:
parent
11c3e54801
commit
593bf3d452
|
@ -30,15 +30,22 @@
|
|||
size = 24;
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "kde";
|
||||
style.package = pkgs.kdePackages.breeze;
|
||||
style.name = "Breeze-Dark";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
package = pkgs.kdePackages.breeze-gtk;
|
||||
name = "breeze-gtk";
|
||||
name = "Breeze-Dark";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.kdePackages.breeze-icons;
|
||||
name = "Breeze";
|
||||
name = "breeze-dark";
|
||||
};
|
||||
font = {
|
||||
name = "Noto Sans Nerd Font Regular";
|
||||
|
|
|
@ -38,7 +38,7 @@ $browser = firefox
|
|||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
env = QT_QPA_PLATFORMTHEME,kde # change to qt6ct if you have that
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
|
|
Loading…
Reference in a new issue