aboutsummaryrefslogtreecommitdiff
path: root/home/python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/python/default.nix')
-rw-r--r--home/python/default.nix3
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";
};