nix-stuff/roles/common/programs/bash.nix

7 lines
106 B
Nix

{ config, ... }:
{
home-manager.users.toast = { config, ... }: {
programs.bash.enable = true;
};
}