install Nerd Fonts on desktop

This commit is contained in:
nyanloutre 2025-05-02 17:14:01 +02:00
parent 2a137869d4
commit 5afedf69c3

View file

@ -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";
};