Fix Everforest kitty theme
This commit is contained in:
parent
7d257c2128
commit
eee649811a
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue