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
|
||||
with lib; {
|
||||
options = {
|
||||
myShells.fish = {
|
||||
enable = mkEnableOption "Enables fish and components.";
|
||||
};
|
||||
myShells.fish = {enable = mkEnableOption "Enables fish and components.";};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
programs.fish = {
|
||||
|
@ -29,6 +27,10 @@ in
|
|||
sha256 = "0c5i7sdrsp0q3vbziqzdyqn4fmp235ax4mn4zslrswvn8g3fvdyh";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "plugin-git";
|
||||
src = pkgs.fishPlugins.plugin-git.src;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue