From 7a14aff779409d36b8ba53d0accf86c29a3b1ec4 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 14 Jan 2025 22:20:48 +0100 Subject: [PATCH] Added microsoft fonts to config --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5ea8571..27b1422 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -226,6 +226,8 @@ nerd-fonts.jetbrains-mono font-awesome hack-font + corefonts + vistafonts ]; environment.sessionVariables = { NIXOS_OZONE_WL = "1";