dea-files/homes/modules/bash/default.nix

7 lines
101 B
Nix
Raw Normal View History

2026-03-07 13:08:30 +10:00
{...}: {
programs.bash = {
enable = true;
bashrcExtra = builtins.readFile ./bashrc;
};
}