From 2e067137ada1610f1a5ec205bd42458669233970 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Apr 2022 10:51:33 -0700 Subject: home: misc fixes --- home/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/python') 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"; }; -- cgit 1.4.1