Files
Foundry/home/gabriel/features/cli/bash.nix
T

6 lines
48 B
Nix

{
programs.bash = {
enable = true;
};
}