aboutsummaryrefslogtreecommitdiff
path: root/modules/home/git
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/git')
-rw-r--r--modules/home/git/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix
index a2563d5..2d0855e 100644
--- a/modules/home/git/default.nix
+++ b/modules/home/git/default.nix
@@ -5,7 +5,12 @@
}:
let
cfg = config.nx.programs.git;
- inherit (lib) mkEnableOption mkOption mkIf types;
+ inherit (lib)
+ mkEnableOption
+ mkOption
+ mkIf
+ types
+ ;
in
{
options.nx.programs.git = {