diff --git a/systems/moto-g5/configuration.nix b/systems/moto-g5/configuration.nix index 1f569ca..a8c0414 100644 --- a/systems/moto-g5/configuration.nix +++ b/systems/moto-g5/configuration.nix @@ -42,7 +42,7 @@ in { }; }; - user.shell = "${pkgs.bash}/bin/bash"; + user.shell = "${pkgs.fish}/bin/fish"; environment.etcBackupExtension = ".bak";