From c33921ffdab70e058a30a9edd0acb73b2e46198d Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sat, 12 Sep 2026 01:29:08 +0200 Subject: [PATCH] feature: fish: Added tide plugin --- home.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home.nix b/home.nix index e86a0ec..8683e0d 100644 --- a/home.nix +++ b/home.nix @@ -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;