diff --git a/home/common/fish.nix b/home/common/fish.nix index 9fd7a43..03cf86f 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -5,10 +5,6 @@ plugins = [ - { - name = "grc"; - src = pkgs.fishPlugins.grc.src; - } { name = "transient"; src = pkgs.fishPlugins.transient-fish.src; @@ -43,12 +39,6 @@ body = ''confirm "⚠ Really shutdown $(hostname)?" && command shutdown $argv''; }; - kubectl = { - description = "Wraps kubectl in grc"; - wraps = "kubectl"; - body = "grc.wrap kubectl $argv"; - }; - e = { description = "Open a file in already running nvim"; argumentNames = [ "file" ]; diff --git a/home/common/utils.nix b/home/common/utils.nix index a8284c1..d2d07a4 100644 --- a/home/common/utils.nix +++ b/home/common/utils.nix @@ -1,7 +1,6 @@ { pkgs, ... }: { home.packages = with pkgs; [ - grc dust jless procs