Fix inputs
This commit is contained in:
parent
569322d024
commit
8319d5b289
3 changed files with 53 additions and 53 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
};
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.nerdfonts.monoid;
|
||||
default = pkgs.nerd-fonts.monoid;
|
||||
description = "Package for your font";
|
||||
};
|
||||
size = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue