fixups
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user