chore: make bash the default shell and enable completions
All checks were successful
ci / treefmt (push) Successful in 1m54s

This commit is contained in:
Ceferino Patino 2026-06-28 11:25:57 -05:00
commit 6d24e75953
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -41,8 +41,6 @@ in {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCQww3/93dUGOr471IznJadCaIhKWPSQJM8dsRdZ1cw c4patino@tsuki"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOHXANLh9+yAgVwFQuAIR8RU5q/z4sHbx2UIpo4F/ZSh c4patino@mutualofomaha"
];
shell = pkgs.bash;
};
root = {
@ -53,6 +51,11 @@ in {
};
};
programs.bash = {
enable = true;
completion.enable = true;
};
sops = let
inherit (config.users.users) c4patino;
in {