mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-26 07:15:37 +00:00
switch kitty to victormono font
This commit is contained in:
parent
a6f9b985fc
commit
2848ae9424
@ -8,8 +8,8 @@
|
||||
programs.alacritty.settings = { font.normal.family = "VictorMono"; };
|
||||
|
||||
programs.kitty.font = {
|
||||
package = pkgs.nerdfonts;
|
||||
name = "Victor Mono";
|
||||
package = (pkgs.nerdfonts.override { fonts = [ "VictorMono" ]; });
|
||||
name = "VictorMono Nerd Font Mono";
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user