From df66cb06e7f283483bff10b18876be6767272dc2 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 11 Mar 2026 14:26:23 +0100 Subject: [PATCH] working on zsh --- .../system/applications/terminal_shell/zsh.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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