From 871f716806c2afd233bf194ba10a628ecc31317b Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 25 Mar 2025 09:51:11 +0100 Subject: [PATCH] feat(systems/mottarone): add microsoft fonts --- systems/mottarone/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index bc984f0..f4a076e 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -20,6 +20,11 @@ in pycharm-wrapped ]; + fonts.packages = with pkgs; [ + corefonts + vistafonts + ]; + i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8"; hm.programs = {