mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
change alacritty scrollback keybind to match kitty
add fonts for kitty
This commit is contained in:
@ -9,6 +9,11 @@
|
||||
font.normal.family = "FiraCode Nerd Font Mono";
|
||||
};
|
||||
|
||||
programs.kitty.font = {
|
||||
package = pkgs.nerdfonts;
|
||||
name = "FiraCode";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user