11 lines
91 B
Nix
11 lines
91 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
config = {
|
|
programs.bash.enable = true;
|
|
};
|
|
}
|