pantheon/users/modules/programs/bash.nix
2025-03-14 13:35:47 +08:00

5 lines
48 B
Nix

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