nixos/home/programs/shell.nix

6 lines
61 B
Nix
Raw Normal View History

2024-03-07 22:39:49 +01:00
{ config, pkgs, ... }:
{
programs.bash.enable = true;
}