Files
sydnix/users/crumb/programs/bash.nix
2025-01-19 18:41:38 -07:00

8 lines
77 B
Nix
Executable File

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