From 786eb3a018406924b6df857ea17445cbdd72b849 Mon Sep 17 00:00:00 2001 From: OCbwoy3 <95974645+ocbwoy3@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:21:24 +0200 Subject: [PATCH] add zsh suggestions --- hosts/default/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index dcd384a..d32c866 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -39,6 +39,18 @@ xwayland.enable = true; }; + programs.zsh = { + enable = true; + autosuggestions.enable = true; + zsh-autoenv.enable = true; + syntaxHighlighting.enable = true; + ohMyZsh = { + enable = true; + plugins = [ "git" "direnv" "thefuck" ]; + theme = "robbyrussell"; + }; + }; + main-user.packages = with pkgs; [ prismlauncher vesktop