diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-07 10:51:33 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-07 10:51:33 -0700 |
| commit | 2e067137ada1610f1a5ec205bd42458669233970 (patch) | |
| tree | 1fb1afd535c824bb2fb9188cf714a8386e2e549c /home/git | |
| parent | initial attempt to reconfigure home-manager (diff) | |
| download | infra-2e067137ada1610f1a5ec205bd42458669233970.tar.gz | |
home: misc fixes
Diffstat (limited to 'home/git')
| -rw-r--r-- | home/git/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/git/default.nix b/home/git/default.nix index 3b0bc86..bcf32ac 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -2,7 +2,7 @@ let cfg = config.my.home.git; in { - options.my.home.git = with lib.my; { + options.my.home.git = with lib; { enable = mkEnableOption "git configuration"; }; |
