8 lines
139 B
Nix
8 lines
139 B
Nix
{...}: {
|
|
home-manager.users.toast = {...}: {
|
|
programs.bash = {
|
|
enable = true;
|
|
enableVteIntegration = true;
|
|
};
|
|
};
|
|
}
|