feat: add fish git alias plugin
This commit is contained in:
parent
c3500f337e
commit
be06b26ff9
1 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,7 @@
|
||||||
in
|
in
|
||||||
with lib; {
|
with lib; {
|
||||||
options = {
|
options = {
|
||||||
myShells.fish = {
|
myShells.fish = {enable = mkEnableOption "Enables fish and components.";};
|
||||||
enable = mkEnableOption "Enables fish and components.";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
@ -29,6 +27,10 @@ in
|
||||||
sha256 = "0c5i7sdrsp0q3vbziqzdyqn4fmp235ax4mn4zslrswvn8g3fvdyh";
|
sha256 = "0c5i7sdrsp0q3vbziqzdyqn4fmp235ax4mn4zslrswvn8g3fvdyh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "plugin-git";
|
||||||
|
src = pkgs.fishPlugins.plugin-git.src;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue