Console font
This commit is contained in:
parent
00365730b2
commit
613aa7c2f5
1 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,9 @@
|
|||
};
|
||||
|
||||
console = {
|
||||
font = "Hack Nerd Font"
|
||||
packages = [ pkgs.( nerdfonts.override { fonts = [ "Hack" ]; } ) ];
|
||||
font = "Hack Nerd Font";
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override{fonts = ["Hack"];})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue