From 5afedf69c3f4161385b0dca8446793816ad546d5 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 2 May 2025 17:14:01 +0200 Subject: [PATCH] install Nerd Fonts on desktop --- systems/common-gui.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; };