Files
nixverse/nodes/hosts/common/home/jay/programs/bash.nix
2025-07-02 05:37:57 -04:00

4 lines
49 B
Nix

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