about summary refs log tree commit diff stats
path: root/services/zsh/zsh.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-01 21:33:11 +0100
committerene <ene@sils.li>2023-02-03 17:34:11 +0100
commit871d3f95963eac25765427ecca9a8e4812071439 (patch)
tree5dcf241ece31050cf0c74219852242abe504e068 /services/zsh/zsh.nix
parentBuild(flake): Added Flake.lock (diff)
downloadnixos-config-871d3f95963eac25765427ecca9a8e4812071439.zip
Feat: Split the config apart
Diffstat (limited to '')
-rw-r--r--services/zsh/zsh.nix (renamed from services/zsh.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/zsh.nix b/services/zsh/zsh.nix
index b194ab6b..78387f91 100644
--- a/services/zsh.nix
+++ b/services/zsh/zsh.nix
@@ -53,7 +53,7 @@ in {
     interactiveShellInit = builtins.readFile ./zsh-init.sh;
     histSize = 9999999;
     histFile = "$XDG_DATA_HOME/zsh/history";
-    autosuggentions = {
+    autosuggestions = {
       enable = true;
     };
   };