chore: make bash the default shell and enable completions
All checks were successful
ci / treefmt (push) Successful in 1m54s
All checks were successful
ci / treefmt (push) Successful in 1m54s
This commit is contained in:
parent
4b7aa3cbb5
commit
6d24e75953
1 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue