diff options
Diffstat (limited to 'os/core/home-manager.nix')
| -rw-r--r-- | os/core/home-manager.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/core/home-manager.nix b/os/core/home-manager.nix index 7bc4b18..32b39b8 100644 --- a/os/core/home-manager.nix +++ b/os/core/home-manager.nix @@ -1,11 +1,11 @@ { inputs, config, lib, username, ... }: let - cfg = config.sys.core.home-manager; + cfg = config.os.core.home-manager; in { imports = [ inputs.home-manager.nixosModules.home-manager ]; - options.sys.core.home-manager = { + options.os.core.home-manager = { enable = lib.mkEnableOption "home Manager configuration"; users = lib.mkOption { |
