aboutsummaryrefslogtreecommitdiff
path: root/user/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/default.nix')
-rw-r--r--user/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/default.nix b/user/default.nix
index 9de969c..8e7e152 100644
--- a/user/default.nix
+++ b/user/default.nix
@@ -1,6 +1,7 @@
{ config, ... }:
{
imports = [
+ ./git.nix
./kakoune
./zsh.nix
];