nixos-config/modules/home/all/bash.nix
2024-09-28 18:01:53 -04:00

3 lines
35 B
Nix

{
programs.bash.enable = true;
}