From 091a43d7191b1132607a7cf2cbc88b08b70e150e Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 9 Jun 2024 00:17:27 +0200 Subject: zsh settings --- nix/hosts/caladan/home_emile.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nix/hosts') diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix index d622df0..4acc4a1 100644 --- a/nix/hosts/caladan/home_emile.nix +++ b/nix/hosts/caladan/home_emile.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, lib, stdenv, ... }: { home = { @@ -26,10 +26,11 @@ enableCompletion = true; #syntaxHighlighting.enable = true; shellAliases = import ./aliases.nix; - enableAutosuggestions = true; + # autosuggestions.enable = true; + # enableAutosuggestions = true; oh-my-zsh = { enable = true; - plugins = [ "git" "vi-mode" "web-search" "urltools" ]; + plugins = [ "git" "web-search" "urltools" ]; }; defaultKeymap = "viins"; -- cgit 1.4.1