Skip to content

Commit

Permalink
fonts: define fonts option here if it's not already defined elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Apr 8, 2024
1 parent b31a989 commit 254252e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home-manager/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in {
monospace = mkFontOption "monospace";
regular = mkFontOption "regular";
};
fonts = {}; # Define fonts option here if it's not already defined elsewhere
};

config = lib.mkIf cfg.enable {
Expand All @@ -33,4 +34,4 @@ in {
(builtins.getAttr "package" cfg.regular)
];
};
}
}

0 comments on commit 254252e

Please sign in to comment.