Reformeted console font
This commit is contained in:
parent
b9672be741
commit
00365730b2
1 changed files with 1 additions and 3 deletions
|
|
@ -23,8 +23,6 @@
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
font = "Hack Nerd Font"
|
font = "Hack Nerd Font"
|
||||||
packages = with pkgs; [
|
packages = [ pkgs.( nerdfonts.override { fonts = [ "Hack" ]; } ) ];
|
||||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue