diff --git a/home/terminal/home.nix b/home/terminal/home.nix index 0379f7d..4088682 100644 --- a/home/terminal/home.nix +++ b/home/terminal/home.nix @@ -181,6 +181,9 @@ }; }; + xdg.configFile."gtk-3.0/gtk.css".force = true; + xdg.configFile."gtk-4.0/gtk.css".force = true; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards