This commit is contained in:
2026-06-29 15:15:00 +02:00
parent 6716f07adf
commit 4b80118965
3 changed files with 11 additions and 6 deletions
@@ -1,5 +1,6 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
# gtk 2/3
gtk.enable = true; # TODO: only if programs.dconf is enabled
#gtk.theme.name = "vimix-dark-ruby"; # TODO: keep vimix as gnome-shell theme?
#gtk.theme.package = pkgs.vimix-gtk-themes;
@@ -8,6 +9,8 @@
gtk.iconTheme.name = "Flat-Remix-Blue-Dark";
gtk.iconTheme.package = pkgs.flat-remix-icon-theme;
gtk.gtk4.theme = config.gtk.theme;
# the themes are stored here, the files gets replaced by gnome-tweaks
xdg.configFile."gtk-3.0/settings.ini".force = true;
xdg.configFile."gtk-4.0/settings.ini".force = true;