host: Fix font usage
This commit is contained in:
parent
f9db746f87
commit
e364acb7ba
@ -83,9 +83,6 @@ let
|
|||||||
git-crypt
|
git-crypt
|
||||||
gnupg
|
gnupg
|
||||||
python3
|
python3
|
||||||
|
|
||||||
# CJK fonts
|
|
||||||
source-han-sans source-han-serif
|
|
||||||
|
|
||||||
# RT scheduling
|
# RT scheduling
|
||||||
rtkit
|
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
|
# We don't tolerate non-free software, except for Steam and Linux firmware
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
|
"firmwareLinuxNonfree" "microcodeAmd" "microcodeIntel"
|
||||||
|
Loading…
Reference in New Issue
Block a user