Skip to content

Commit

Permalink
fix(nixos): Tweak GNOME themeing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 10, 2024
1 parent c5ca541 commit 6b7807a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nixos-modules/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ in {
name = "Tokyonight-Dark-BL";
};
};
xdg.configFile = {
"gtk-4.0/assets".source =
"${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/assets";
"gtk-4.0/gtk.css".source =
"${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/gtk.css";
"gtk-4.0/gtk-dark.css".source =
"${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/gtk-dark.css";
};
programs = {
# My Neovim Lua is not generated by Nix
neovim.tokyonight.enable = false;
Expand Down

0 comments on commit 6b7807a

Please sign in to comment.