Custom nerdfonts with less fonts
This commit is contained in:
parent
dc9b897151
commit
d8162a7630
13
default.nix
13
default.nix
|
@ -18,8 +18,19 @@ self: super: {
|
|||
#mealie = self.callPackage ./mealie { };
|
||||
gohome = self.callPackage ./gohome { };
|
||||
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
|
||||
vimPlugins = super.vimPlugins.extend ( self': super': {
|
||||
vimPlugins = super.vimPlugins.extend (self': super': {
|
||||
netrw-nvim = super.callPackage ./netrw-nvim { };
|
||||
});
|
||||
salt-lint = super.callPackage ./salt-lint { };
|
||||
|
||||
nerdfonts = super.nerdfonts.override {
|
||||
fonts = [
|
||||
"DroidSansMono"
|
||||
"FiraCode"
|
||||
"FiraMono"
|
||||
"Inconsolata"
|
||||
"Iosevka"
|
||||
"Meslo"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue