Added fonts and updated lockfile
This commit is contained in:
parent
ec61d9a294
commit
f61238737f
2 changed files with 12 additions and 9 deletions
|
@ -14,6 +14,9 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override {fonts = ["Hack"];})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue