feature: fish: Added tide plugin

This commit is contained in:
Ivan Golikov 2026-09-12 01:29:08 +02:00
parent fb3e9a4798
commit c33921ffda

View file

@ -95,6 +95,17 @@
shellInitLast = ''
zoxide init fish | source
'';
plugins = [
{
name = "tide";
src = pkgs.fetchFromGitHub {
owner = "plttn";
repo = "tide";
rev = "v7";
sha256 = "sha256-R2oIGbDPF81NurJ5R2Jos6P5mxYTyb1n1cpI1AZ35H4=";
};
}
];
};
fonts.fontconfig.enable = true;