forked from nyanloutre/nixos-config
install Nerd Fonts on desktop
This commit is contained in:
parent
2a137869d4
commit
5afedf69c3
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@
|
|||
pavucontrol
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.fira-mono
|
||||
];
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "fr_FR.UTF-8";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue