mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
theme: use breeze and kde theme for qt apps
This commit is contained in:
parent
3a18be3b9c
commit
0bd392de7d
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.ar.home;
|
cfg = config.ar.home;
|
||||||
|
@ -23,16 +23,8 @@ in {
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme.name = "qtct";
|
platformTheme.name = "kde";
|
||||||
|
style.name = "Breeze";
|
||||||
style = {
|
|
||||||
name =
|
|
||||||
if config.stylix.polarity == "dark"
|
|
||||||
then "Adwaita-Dark"
|
|
||||||
else "Adwaita";
|
|
||||||
|
|
||||||
package = pkgs.adwaita-qt;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.targets.gtk.extraCss = builtins.concatStringsSep "\n" [
|
stylix.targets.gtk.extraCss = builtins.concatStringsSep "\n" [
|
||||||
|
|
Loading…
Reference in a new issue