add fish ssh agent plugin and flake update

This commit is contained in:
Salar Rahmanian 2024-12-01 11:08:04 -08:00
parent cfe9e7ae8f
commit ab3f6a797d
2 changed files with 20 additions and 10 deletions

View file

@ -14,7 +14,17 @@
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
};
plugins = [ ];
plugins = [
{
name = "fish-ssh-agent";
src = pkgs.fetchFromGitHub {
owner = "danhper";
repo = "fish-ssh-agent";
rev = "f10d95775352931796fd17f54e6bf2f910163d1b";
sha256 = "sha256-cFroQ7PSBZ5BhXzZEKTKHnEAuEu8W9rFrGZAb8vTgIE=";
};
}
];
loginShellInit = ''
set -xg TERM xterm-256color