Update nerdfonts package name.
This commit is contained in:
parent
d3dc393598
commit
3b76a4eabf
1 changed files with 2 additions and 6 deletions
|
@ -13,12 +13,8 @@ mkIf (elem "fonts" config.machine.conffiles) {
|
||||||
enable = true;
|
enable = true;
|
||||||
includeUserConf = false;
|
includeUserConf = false;
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs.nerd-fonts; [
|
||||||
(nerdfonts.override {
|
jetbrains-mono
|
||||||
fonts = [
|
|
||||||
"JetBrainsMono"
|
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue