host: Fix font usage

This commit is contained in:
PapaTutuWawa 2021-09-07 11:57:04 +02:00
parent f9db746f87
commit e364acb7ba

View File

@ -83,9 +83,6 @@ let
git-crypt
gnupg
python3
# CJK fonts
source-han-sans source-han-serif
# RT scheduling
rtkit
@ -98,6 +95,11 @@ let
};
};
fonts.fonts = with pkgs; [
# CJK fonts
source-han-sans source-han-serif
];
# We don't tolerate non-free software, except for Steam and Linux firmware
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"