Commit 2a312aa
Changed files (1)
modules
core
shell
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=";
+ };
+ }
];
};