mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
theme: use adwaita theme
This commit is contained in:
parent
8fb1fa6370
commit
006aca4ef2
|
@ -55,5 +55,19 @@ in {
|
|||
gtk3 = {inherit (gtk) extraCss;};
|
||||
gtk4 = {inherit (gtk) extraCss;};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
|
||||
style = {
|
||||
name =
|
||||
if config.stylix.polarity == "dark"
|
||||
then "Adwaita-Dark"
|
||||
else "Adwaita";
|
||||
|
||||
package = pkgs.adwaita-qt6;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue