feat: add basic bash config
This commit is contained in:
parent
b0ecb5b56d
commit
a9cd7fb56e
1 changed files with 12 additions and 0 deletions
12
users/profiles/shells/bash.nix
Normal file
12
users/profiles/shells/bash.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.shells = with pkgs; [ bashInteractive ];
|
||||
|
||||
programs = {
|
||||
bash = {
|
||||
enable = true;
|
||||
enableVteIntetration = true;
|
||||
};
|
||||
|
||||
starship.enableBashIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue