diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-12 22:36:08 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-12 22:36:08 +0300 |
commit | 61a06724bc39e94da259efba3693857bae21949f (patch) | |
tree | 37474f635cd12b182ef60e05ffa994275d568e96 /profiles | |
parent | 551351a9d6661ffb0ad1fea46017714f04a3a70c (diff) |
add pragmata and py and uhhhhh
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/graphical.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 89c88f5..b284c0d 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -31,7 +31,12 @@ # name = "SolArc-Dark"; # package = pkgs.solarc-gtk-theme; # }; - # }; + # };=> + + qt = { + enable = true; + style.name = "adawita-dark"; + }; gtk = { theme.package = pkgs.gnome.gnome-themes-extra; |