fish fish fish

This commit is contained in:
Tyrel Souza 2023-01-02 16:41:06 -05:00
parent c3e3c3ad0d
commit 7cf42d484e
1 changed files with 12 additions and 0 deletions

View File

@ -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 = {