all repos — nixfiles @ e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b

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

Switch to fish shell

Alan Pearce
commit

e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b

parent

ed692b6bfe0bef5769ce202cd690e5e35718ceee

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -25,4 +25,5 @@ ];
programs.fish = { enable = true; }; + users.users.alan.shell = pkgs.fish; }