Console font

This commit is contained in:
baduhai 2022-12-16 12:51:59 -03:00
parent 00365730b2
commit 613aa7c2f5

View file

@ -22,7 +22,9 @@
}; };
console = { console = {
font = "Hack Nerd Font" font = "Hack Nerd Font";
packages = [ pkgs.( nerdfonts.override { fonts = [ "Hack" ]; } ) ]; packages = with pkgs; [
(nerdfonts.override{fonts = ["Hack"];})
];
}; };
} }