First Commit
This commit is contained in:
17
modules/cli/fish.nix
Normal file
17
modules/cli/fish.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
fish
|
||||
grc
|
||||
fishPlugins.done
|
||||
fishPlugins.tide
|
||||
fishPlugins.sponge
|
||||
fishPlugins.grc
|
||||
fishPlugins.fish-you-should-use
|
||||
fishPlugins.autopair
|
||||
fishPlugins.async-prompt
|
||||
fishPlugins.fzf-fish
|
||||
fishPlugins.git-abbr
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user