From e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 16 Aug 2023 21:02:13 +0200 Subject: Switch to fish shell --- user/settings/fish.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 user/settings/fish.nix (limited to 'user/settings/fish.nix') diff --git a/user/settings/fish.nix b/user/settings/fish.nix new file mode 100644 index 00000000..6ebd3add --- /dev/null +++ b/user/settings/fish.nix @@ -0,0 +1,19 @@ +{ pkgs +, ... +}: { + programs.fish = { + enable = true; + plugins = [ + { + name = "tide"; + src = pkgs.fetchFromGitHub { + # https://github.com/IlanCosman/tide + owner = "IlanCosman"; + repo = "tide"; + rev = "a3426e157f94b8a9cb5bcf96946b1e55625a1948"; + sha256 = "1fwqmsrd6bpf67rgj6f362abjmpk6q8yynyskc4niwg3g15diqq5"; + }; + } + ]; + }; +} -- cgit 1.4.1