diff --git a/configuration.nix b/configuration.nix index 7f273cb..ac5edee 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,6 +139,17 @@ in [ "${automount_opts},credentials=/etc/nixos/secrets/music.smb" ]; }; + # font configuration + fonts = { + packages = with pkgs; [ + nerdfonts + ]; + fontconfig = { + defaultFonts = { + monospace = [ "VictorMono NF Medium" ]; + }; + }; + }; # List services that you want to enable: