aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/core/zsh.nix')
-rw-r--r--hosts/common/core/zsh.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/core/zsh.nix b/hosts/common/core/zsh.nix
new file mode 100644
index 0000000..ba73c00
--- /dev/null
+++ b/hosts/common/core/zsh.nix
@@ -0,0 +1,6 @@
+{
+ programs.zsh = {
+ enable = true;
+ enableCompletion = true;
+ };
+}