fish: replace zsh with fish
This commit is contained in:
parent
a9f80adf3e
commit
cd7b9191bb
5 changed files with 21 additions and 4 deletions
12
homeManagerModules/fish.nix
Normal file
12
homeManagerModules/fish.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{
|
||||
name = "fish-you-should-use";
|
||||
src = pkgs.fishPlugins.fish-you-should-use;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue