summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2023-08-16 21:02:13 +0200
committerAlan Pearce2023-08-16 21:04:50 +0200
commite6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b (patch)
tree62fedaf29e23d2358f3827f7f17e64fe70d30b9b /system
parented692b6bfe0bef5769ce202cd690e5e35718ceee (diff)
downloadnixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.tar.lz
nixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.tar.zst
nixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.zip
Switch to fish shell
Diffstat (limited to 'system')
-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 2bca33be..3c8c3f4f 100644
--- a/system/settings/programs/shell.nix
+++ b/system/settings/programs/shell.nix
@@ -25,4 +25,5 @@
   programs.fish = {
     enable = true;
   };
+  users.users.alan.shell = pkgs.fish;
 }