Removes plugin due to installation issues

This commit is contained in:
Dennis 2025-05-26 11:34:56 +02:00
parent 73dfe90eb8
commit eb9bb6db2e

View file

@ -138,18 +138,6 @@
pi = "pnpm install";
px = "pnpm dlx";
};
plugins = [
{
name = "pnpm-shell-completion";
src = pkgs.fetchFromGitHub {
owner = "g-plane";
repo = "pnpm-shell-completion";
rev = "v0.5.4";
hash = "sha256-bc2ZVHQF+lSAmhy/fvdiVfg9uzPPcXYrtiNChjkjHtA=";
};
}
];
};
home.file.".config/fish/themes".source = ./themes;