mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-09 16:55:51 +01:00
update tty font package thingy
This commit is contained in:
parent
554b573699
commit
78deecc427
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ in {
|
|||
fonts = [
|
||||
{
|
||||
name = "FiraCode Nerd Font";
|
||||
package = pkgs.nerdfonts.override {fonts = ["FiraCode"];};
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
}
|
||||
];
|
||||
extraConfig = "font-size=14";
|
||||
|
|
Loading…
Reference in a new issue