summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-11-22 20:56:52 +0100
committerAlan Pearce2020-11-22 20:56:52 +0100
commitee5bf9fa7b09409133602990666413c9eb0f7896 (patch)
tree97b15894aa980c198acb55ad5df3f345a15d632a /user/settings
parent6f5a21a9e7ff68675b032ea10a7966623f8660f2 (diff)
downloadnixfiles-ee5bf9fa7b09409133602990666413c9eb0f7896.tar.lz
nixfiles-ee5bf9fa7b09409133602990666413c9eb0f7896.tar.zst
nixfiles-ee5bf9fa7b09409133602990666413c9eb0f7896.zip
zsh: remove less-used plugins
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix41
1 files changed, 0 insertions, 41 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index aec8ff50..84449a05 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -72,36 +72,6 @@ in
         };
       }
       {
-        name = "calc";
-        src = pkgs.fetchFromGitHub {
-          owner = "arzzen";
-          repo = "calc.plugin.zsh";
-          rev = "ea59bc2bfd1d2791de539c31c0c544d4dc16dad6";
-          # date = 2020-02-05T09:22:01+00:00;
-          sha256 = "0as30w1na8idrkxifim44ky0521r93r2qm201qnnl6by2qbmbiqv";
-        };
-      }
-      {
-        name = "zsh-nix-shell";
-        src = pkgs.fetchFromGitHub {
-          owner = "chisui";
-          repo = "zsh-nix-shell";
-          rev = "6ae30544a284301026d4ee1c437b44f5d1a9952e";
-          # date = 2020-06-30T18:08:41+02:00;
-          sha256 = "1y6nx0ww2vlgwwbajwlvf1ywczpd8115c1my4mmv4fkb6q97i05g";
-        };
-      }
-      {
-        name = "you-should-use";
-        src = pkgs.fetchFromGitHub {
-          owner = "MichaelAquilina";
-          repo = "zsh-you-should-use";
-          rev = "b4aec740f23d195116d1fddec91d67b5e9c2c5c7";
-          # date = 2020-07-14T21:44:04+01:00;
-          sha256 = "0bq15d6jk750cdbbjfdmdijp644d1pn2z80pk1r1cld6qqjnsaaq";
-        };
-      }
-      {
         name = "agkozak-zsh-prompt";
         src = pkgs.fetchFromGitHub {
           owner = "agkozak";
@@ -121,17 +91,6 @@ in
           sha256 = "08bjm1dd2mpv8rk8x6yvm6gj490rgimmiq7ln4jr5hik2k3mm82r";
         };
       }
-    ] ++ lib.optionals stdenv.isDarwin [
-      {
-        name = "tumult";
-        src = pkgs.fetchFromGitHub {
-          owner = "unixorn";
-          repo = "tumult.plugin.zsh";
-          rev = "c90e3c3d90f6f73473ead3663cbcf040ae440fb4";
-          # date = 2020-05-29T12:06:03-06:00;
-          sha256 = "11mx5a6z1di2gp0ylzdcgs6d42kjfhb2dgwan9qhlijdf6h2wr6b";
-        };
-      }
     ]);
 
     shellAliases = {