diff options
Diffstat (limited to 'home/python')
-rw-r--r-- | home/python/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/python/default.nix b/home/python/default.nix index b34f978..9e72569 100644 --- a/home/python/default.nix +++ b/home/python/default.nix @@ -1,6 +1,7 @@ { config, pkgs, lib, ... }: let cfg = config.my.home.python; -in { +in +{ options.my.home.python = with lib; { enable = mkEnableOption "python configuration"; }; |