defaults/plasma: add font config
This commit is contained in:
parent
90c01d1936
commit
f07f459eaa
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
|
fonts = lib.mkIf config.nixowos.allowAddingPackages {
|
||||||
|
enableDefaultPackages = lib.mkDefault true;
|
||||||
|
packages = [ pkgs.noto-fonts-cjk-sans ];
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
lib.mkIf config.nixowos.allowAddingPackages [
|
lib.mkIf config.nixowos.allowAddingPackages [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue