Changed console font
This commit is contained in:
parent
c848b41f9f
commit
b9672be741
1 changed files with 7 additions and 0 deletions
|
|
@ -20,4 +20,11 @@
|
|||
fish.enable = true;
|
||||
command-not-found.enable = false;
|
||||
};
|
||||
|
||||
console = {
|
||||
font = "Hack Nerd Font"
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue