diff --git a/systems/common-gui.nix b/systems/common-gui.nix index ff42da7..cdcad6c 100644 --- a/systems/common-gui.nix +++ b/systems/common-gui.nix @@ -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"; };