kitty variable name change
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
...
|
||||
}: {
|
||||
packages.kitty = let
|
||||
myFont = pkgs.nerd-fonts.fira-mono; # or any font-providing package
|
||||
fira-mono = pkgs.nerd-fonts.fira-mono;
|
||||
fontsConf = pkgs.makeFontsConf {
|
||||
fontDirectories = [myFont];
|
||||
fontDirectories = [fira-mono];
|
||||
};
|
||||
in
|
||||
inputs.wrappers.wrappers.kitty.wrap {
|
||||
|
||||
Reference in New Issue
Block a user