aboutsummaryrefslogtreecommitdiff
path: root/home/python
diff options
context:
space:
mode:
Diffstat (limited to 'home/python')
-rw-r--r--home/python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/python/default.nix b/home/python/default.nix
index c7069e3..b34f978 100644
--- a/home/python/default.nix
+++ b/home/python/default.nix
@@ -1,7 +1,7 @@
-{ pkgs, lib, ... }:
+{ config, pkgs, lib, ... }:
let cfg = config.my.home.python;
in {
- options.my.home.python = with lib.my; {
+ options.my.home.python = with lib; {
enable = mkEnableOption "python configuration";
};