diff options
author | Alan Pearce | 2023-08-16 21:02:13 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-16 21:04:50 +0200 |
commit | e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b (patch) | |
tree | 62fedaf29e23d2358f3827f7f17e64fe70d30b9b /system/settings/programs | |
parent | ed692b6bfe0bef5769ce202cd690e5e35718ceee (diff) | |
download | nixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.tar.lz nixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.tar.zst nixfiles-e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b.zip |
Switch to fish shell
Diffstat (limited to 'system/settings/programs')
-rw-r--r-- | system/settings/programs/shell.nix | 1 |
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; } |