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