host: Fix font usage
This commit is contained in:
parent
f9db746f87
commit
e364acb7ba
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user