shell: use babelfish to translate bash scripts
Alan Pearce alan@alanpearce.eu
Sat, 18 May 2024 21:01:42 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -4,6 +4,7 @@ , ... }: { programs.fish = { enable = true; + useBabelfish = true; }; users.users.alan.shell = pkgs.fish; }