diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index 7ff7871f4..41494b561 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -15,6 +15,13 @@ # --- Home Manager Configuration --- home-manager.users.henrov = { + # Enable the zshPlugins overlay + nixpkgs.config = { + overlays = [ + (import (fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz") { }) + ]; + }; + programs.zsh = { enable = true; enableCompletion = true; @@ -26,12 +33,11 @@ }; # Declare all plugins via Nixpkgs for reproducibility - plugins = with pkgs.zshPlugins; [ + plugins = with pkgs; [ zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-history-substring-search - zsh-you-should-use ]; # Source plugins and set custom theme