refactor(home): homeModules -> ooknet
This commit is contained in:
parent
b81c929a0b
commit
1d1cb3092f
104 changed files with 214 additions and 255 deletions
|
|
@ -15,10 +15,10 @@ let
|
|||
example = "pkgs.fira-code";
|
||||
};
|
||||
};
|
||||
cfg = config.homeModules.theme.fonts;
|
||||
cfg = config.ooknet.theme.fonts;
|
||||
in
|
||||
{
|
||||
options.homeModules.theme.fonts = {
|
||||
options.ooknet.theme.fonts = {
|
||||
enable = lib.mkEnableOption "Whether to enable font profiles";
|
||||
monospace = mkFontOption "monospace";
|
||||
regular = mkFontOption "regular";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue