all repos — nixfiles @ fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec

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

shell: use babelfish to translate bash scripts
Alan Pearce alan@alanpearce.eu
Sat, 18 May 2024 21:01:42 +0200
commit

fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec

parent

d8d83eb76da4514972c746bd1be7f8b57152f0d0

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

jump to
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -4,6 +4,7 @@ , ... }: {
   programs.fish = {
     enable = true;
+    useBabelfish = true;
   };
   users.users.alan.shell = pkgs.fish;
 }