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;
|
||||
includeUserConf = false;
|
||||
};
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"JetBrainsMono"
|
||||
];
|
||||
})
|
||||
packages = with pkgs.nerd-fonts; [
|
||||
jetbrains-mono
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue