Adds fish plugin
This commit is contained in:
parent
71c28d4ae9
commit
73dfe90eb8
1 changed files with 11 additions and 11 deletions
|
|
@ -139,17 +139,17 @@
|
||||||
px = "pnpm dlx";
|
px = "pnpm dlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# plugins = [
|
plugins = [
|
||||||
# {
|
{
|
||||||
# name = "pnpm-shell-completion";
|
name = "pnpm-shell-completion";
|
||||||
# src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
# owner = "g-plane";
|
owner = "g-plane";
|
||||||
# repo = "pnpm-shell-completion";
|
repo = "pnpm-shell-completion";
|
||||||
# rev = "v0.5.4";
|
rev = "v0.5.4";
|
||||||
# sha512 = "e34eefb80400d1cd2a7e787cf47f0b48bdf767fa";
|
hash = "sha256-bc2ZVHQF+lSAmhy/fvdiVfg9uzPPcXYrtiNChjkjHtA=";
|
||||||
# };
|
};
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/fish/themes".source = ./themes;
|
home.file.".config/fish/themes".source = ./themes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue