all repos — nixfiles @ fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec

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

shell: use babelfish to translate bash scripts

Alan Pearce
commit

fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec

parent

d8d83eb76da4514972c746bd1be7f8b57152f0d0

1 file changed, 1 insertion(+), 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; }