diff options
Diffstat (limited to 'usecases/desktop/graphical/gtk.nix')
-rw-r--r-- | usecases/desktop/graphical/gtk.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/gtk.nix b/usecases/desktop/graphical/gtk.nix index 3ed7c91..0e54a5b 100644 --- a/usecases/desktop/graphical/gtk.nix +++ b/usecases/desktop/graphical/gtk.nix | |||
@@ -94,9 +94,11 @@ inputs: { | |||
94 | 94 | ||
95 | gtk4CssFile = pkgs.writeText "gtk4.css" gtk4Css; | 95 | gtk4CssFile = pkgs.writeText "gtk4.css" gtk4Css; |
96 | in { | 96 | in { |
97 | home-manager.users.minijackson = { | 97 | home-manager.users.minijackson = {config, ...}: { |
98 | gtk = { | 98 | gtk = { |
99 | enable = true; | 99 | enable = true; |
100 | gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; | ||
101 | |||
100 | iconTheme = { | 102 | iconTheme = { |
101 | # TODO: properly modify the colors | 103 | # TODO: properly modify the colors |
102 | # High priority, because gnome-themes-extra below also pulls the | 104 | # High priority, because gnome-themes-extra below also pulls the |