fish fish fish
This commit is contained in:
parent
c3e3c3ad0d
commit
7cf42d484e
@ -38,7 +38,19 @@
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{
|
||||
name = "fish-ssh-agent";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "danhper";
|
||||
repo = "fish-ssh-agent";
|
||||
rev = "fd70a2afdd03caf9bf609746bf6b993b9e83be57";
|
||||
sha256 = "e94Sd1GSUAxwLVVo5yR6msq0jZLOn2m+JZJ6mvwQdLs=";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
|
||||
programs.htop = {
|
||||
|
Loading…
Reference in New Issue
Block a user