diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-27 22:50:29 -0400 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-27 22:50:29 -0400 |
| commit | 8b084aa2f4952d2a95151379dede98ede8a3128b (patch) | |
| tree | e22740fe5606bb5a211c5ee3e8ca0f40e74e1334 /modules/packages/fish.nix | |
| parent | c378b84c9e33ae6e0f9570874b688638fbd0bcbb (diff) | |
movement to fully dendritic
Diffstat (limited to 'modules/packages/fish.nix')
| -rw-r--r-- | modules/packages/fish.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/packages/fish.nix b/modules/packages/fish.nix deleted file mode 100644 index fb3223d..0000000 --- a/modules/packages/fish.nix +++ /dev/null @@ -1,23 +0,0 @@ -{inputs, ...}: { - perSystem = { - self', - pkgs, - ... - }: let - fishConf = '' - function fish_greeting - fastfetch - end - - fish_vi_key_bindings - ''; - in { - packages.fish = inputs.wrappers.lib.wrapPackage { - inherit pkgs; - package = pkgs.fish; - flags = { - "-C" = "source ${fishConf}"; - }; - }; - }; -} |
