refactor(home): homeModules -> ooknet

This commit is contained in:
ooks-io 2024-05-30 22:02:18 +12:00
parent b81c929a0b
commit 1d1cb3092f
104 changed files with 214 additions and 255 deletions

View file

@ -2,11 +2,11 @@
let
inherit (lib) mkIf mkEnableOption;
cfg = config.homeModules.console.shell.zsh;
cfg = config.ooknet.console.shell.zsh;
in
{
options.homeModules.console.shell.zsh.enable = mkEnableOption "";
options.ooknet.console.shell.zsh.enable = mkEnableOption "";
config = mkIf cfg.enable {
programs.zsh = {