Fix bash shell

This commit is contained in:
2024-10-10 16:41:57 +01:00
parent 5714bdb3b6
commit 168a3204b6
2 changed files with 1 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ case $main_menu in
sudo nixos-rebuild switch --flake /etc/nixos#default
;;
3)
chsh -s /bin/bash
mkdir -p ~/.config/nix-darwin/
cp -rf ./nix/macOS/* ~/.config/nix-darwin/
cp -f ./nix/home.nix ~/.config/nix-darwin/

View File

@@ -34,7 +34,6 @@
users.users.trude = {
name = "trude";
home = "/Users/trude";
shell = pkgs.bash;
};
home-manager = {
extraSpecialArgs = {inherit inputs;};