sets fish as shell

This commit is contained in:
Dennis Schoepf 2025-09-20 22:36:23 +02:00
parent 8157721be7
commit 34e0823c04

View file

@ -136,7 +136,7 @@
};
# Shells
environment.shells = [ pkgs.fish ];
environment.shells = [ pkgs.bash ];
# System settings
system = {