nix/modules/bash.nix
2023-09-04 11:40:30 -05:00

4 lines
72 B
Nix

{ config, pkgs, ... }: {
environment.systemPackages = [ pkgs.bash ];
}