Fix inputs

This commit is contained in:
notgne2 2025-02-12 03:16:50 -07:00
parent 569322d024
commit 8319d5b289
No known key found for this signature in database
3 changed files with 53 additions and 53 deletions

View file

@ -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 {