From e95b67e2cc82172bc8ac0c7569b3c6cd406872c1 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Mon, 23 Aug 2021 15:04:58 +0200 Subject: [PATCH] Add corefonts --- modules/system.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/system.nix b/modules/system.nix index 98f20e8..f9021be 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -9,9 +9,11 @@ }; environment.systemPackages = with pkgs; [ - (pkgs.writeShellScriptBin "nixFlakes" '' - exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@" - '') + ( + pkgs.writeShellScriptBin "nixFlakes" '' + exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@" + '' + ) wget inetutils @@ -35,6 +37,7 @@ ]; fonts = { fonts = with pkgs; [ + corefonts # Microsoft free fonts (nerdfonts.override { fonts = [ "Meslo" ]; }) ]; fontconfig.defaultFonts = {