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;