Fix Everforest kitty theme

This commit is contained in:
Elnu 2025-03-21 14:57:09 -07:00
parent 7d257c2128
commit eee649811a
2 changed files with 2 additions and 3 deletions

View file

@ -7,8 +7,7 @@ in
programs.kitty = {
enable = true;
# https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json
# TODO fix this, the way themes work changed
# theme = "${theme.kitty-theme}";
themeFile = "${theme.kitty-theme}";
font = {
name = "FiraCode Nerd Font Mono";
size = 12;

View file

@ -1,7 +1,7 @@
{
theme = "everforest";
kitty-theme = "Everforest Dark Hard";
kitty-theme = "everforest_dark_hard";
gtkTheme = pkgs: {
package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark-BL";