fonts: install nerd-fonts and set VictorMono as default monospace
This commit is contained in:
parent
1a6c89eba9
commit
ac78dad2de
1 changed files with 11 additions and 0 deletions
|
|
@ -139,6 +139,17 @@
|
|||
in [ "${automount_opts},credentials=/etc/nixos/secrets/music.smb" ];
|
||||
};
|
||||
|
||||
# font configuration
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
];
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = [ "VictorMono NF Medium" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue