Commit 2a312aa

HPCesia <me@hpcesia.com>
2026-02-21 13:14:41
feat: fish plugin for direnv
1 parent a31f964
Changed files (1)
modules
core
modules/core/shell/fish.nix
@@ -33,6 +33,15 @@
           };
           name = "fish-helix";
         }
+        {
+          name = "fish-completion-sync";
+          src = pkgs.fetchFromGitHub {
+            owner = "pfgray";
+            repo = "fish-completion-sync";
+            rev = "ba70b6457228af520751eab48430b1b995e3e0e2";
+            hash = "sha256-JdOLsZZ1VFRv7zA2i/QEZ1eovOym/Wccn0SJyhiP9hI=";
+          };
+        }
       ];
     };