7 lines
83 B
Nix

{ pkgs, config, lib, ... }:
{
config = {
programs.bash.enable = true;
};
}