all repos — nixfiles @ b3888682818dde6b44e64b043c136f2ae6d70d89

System and user configuration, managed by nix and home-manager

fish: enable automatic delimiter pairing via pisces
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 09:14:45 +0200
commit

b3888682818dde6b44e64b043c136f2ae6d70d89

parent

e2a148c254461ec05ae90ef2a4efa1f7c0b22d6e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/fish.nixuser/settings/fish.nix
@@ -11,6 +11,7 @@ in       with pkgs.fishPlugins; [
         (fromNixpkgs tide)
         (fromNixpkgs fzf-fish)
+        (fromNixpkgs pisces)
         {
           name = "ghq";
           src = pkgs.fetchFromGitHub {