mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
✨ Update default set of system fonts
This commit is contained in:
parent
dc24590058
commit
23b7c235f9
1 changed files with 16 additions and 1 deletions
|
@ -14,7 +14,22 @@ in {
|
||||||
enable = mkEnableOption "system font management";
|
enable = mkEnableOption "system font management";
|
||||||
fonts = mkOption {
|
fonts = mkOption {
|
||||||
type = listOf package;
|
type = listOf package;
|
||||||
default = with pkgs; [noto-fonts noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji nerd-fonts.bigblue-terminal nerd-fonts.zed-mono monocraft];
|
default = with pkgs; [
|
||||||
|
corefonts
|
||||||
|
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk-sans
|
||||||
|
noto-fonts-cjk-serif
|
||||||
|
|
||||||
|
inter
|
||||||
|
|
||||||
|
nerd-fonts.zed-mono
|
||||||
|
monocraft
|
||||||
|
|
||||||
|
noto-fonts-emoji
|
||||||
|
material-icons
|
||||||
|
material-design-icons
|
||||||
|
];
|
||||||
example = [noto-fonts noto-fonts-emoji];
|
example = [noto-fonts noto-fonts-emoji];
|
||||||
description = "Install additional font packages";
|
description = "Install additional font packages";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue