summary refs log tree commit diff stats
path: root/system/settings/programs/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-18 21:01:42 +0200
committerAlan Pearce2024-05-18 21:01:42 +0200
commitfcd7d23da37be868dfaaa8273ed2d5a0bb5dafec (patch)
treedf6366ac27ef0330a82668e813528cb5647ed69b /system/settings/programs/shell.nix
parentd8d83eb76da4514972c746bd1be7f8b57152f0d0 (diff)
downloadnixfiles-fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec.tar.lz
nixfiles-fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec.tar.zst
nixfiles-fcd7d23da37be868dfaaa8273ed2d5a0bb5dafec.zip
shell: use babelfish to translate bash scripts
Diffstat (limited to 'system/settings/programs/shell.nix')
-rw-r--r--system/settings/programs/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix
index 87372033..680985cd 100644
--- a/system/settings/programs/shell.nix
+++ b/system/settings/programs/shell.nix
@@ -4,6 +4,7 @@
 }: {
   programs.fish = {
     enable = true;
+    useBabelfish = true;
   };
   users.users.alan.shell = pkgs.fish;
 }