From 0122f87f22e90190c020dc31a01b77c50bfb8d85 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 20 Apr 2024 11:20:28 -0400 Subject: [PATCH] attempt to fix zsh nix-shell Signed-off-by: ahuston-0 --- users/alice/home/zsh.nix | 28 ++++++++++++--------- users/alice/systems/artemision/programs.nix | 1 - 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index 05c91d7..09c7ab5 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -20,18 +20,22 @@ #"fzf" ]; }; - plugins = [ - { - name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = pkgs.fetchFromGitHub { - owner = "chisui"; - repo = "zsh-nix-shell"; - rev = "v0.8.0"; - sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7"; - }; - } - ]; + zplug = { + enable = true; + plugins = [ { name = "chisui/zsh-nix-shell"; } ]; + }; + # plugins = [ + # { + # name = "zsh-nix-shell"; + # file = "nix-shell.plugin.zsh"; + # src = pkgs.fetchFromGitHub { + # owner = "chisui"; + # repo = "zsh-nix-shell"; + # rev = "v0.8.0"; + # sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7"; + # }; + # } + # ]; initExtra = '' # functions function mount-data { diff --git a/users/alice/systems/artemision/programs.nix b/users/alice/systems/artemision/programs.nix index c19a447..51a0b1f 100644 --- a/users/alice/systems/artemision/programs.nix +++ b/users/alice/systems/artemision/programs.nix @@ -45,6 +45,5 @@ wl-clipboard zoom-us zoxide - zsh-nix-shell ]; }