mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-10 08:59:24 +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 = [
|
fonts = [
|
||||||
{
|
{
|
||||||
name = "FiraCode Nerd Font";
|
name = "FiraCode Nerd Font";
|
||||||
package = pkgs.nerdfonts.override {fonts = ["FiraCode"];};
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = "font-size=14";
|
extraConfig = "font-size=14";
|
||||||
|
|
Loading…
Reference in a new issue