diff options
Diffstat (limited to 'home/isolation')
| -rw-r--r-- | home/isolation/default.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/home/isolation/default.nix b/home/isolation/default.nix index d5d2979..aff006c 100644 --- a/home/isolation/default.nix +++ b/home/isolation/default.nix @@ -1,8 +1,11 @@ -{ config, lib, ... }: +{ + config, + lib, + ... +}: with lib; let cfg = config.local.shenvs; -in -{ +in { options.local.shenvs = { enable = mkEnableOption "hm-isolation shenvs"; }; |
