mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20: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,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.ar.home;
|
||||
|
@ -23,16 +23,8 @@ in {
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
|
||||
style = {
|
||||
name =
|
||||
if config.stylix.polarity == "dark"
|
||||
then "Adwaita-Dark"
|
||||
else "Adwaita";
|
||||
|
||||
package = pkgs.adwaita-qt;
|
||||
};
|
||||
platformTheme.name = "kde";
|
||||
style.name = "Breeze";
|
||||
};
|
||||
|
||||
stylix.targets.gtk.extraCss = builtins.concatStringsSep "\n" [
|
||||
|
|
Loading…
Reference in a new issue