4 lines
78 B
Nix
4 lines
78 B
Nix
{
|
|
home.shell.enableBashIntegration = true;
|
|
programs.bash.enable = true;
|
|
}
|