Changed console font

This commit is contained in:
baduhai 2022-12-16 12:46:04 -03:00
parent c848b41f9f
commit b9672be741

View file

@ -20,4 +20,11 @@
fish.enable = true;
command-not-found.enable = false;
};
console = {
font = "Hack Nerd Font"
packages = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" ]; })
];
};
}