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