ROCKPro64-Server/system/programs/default.nix

9 lines
66 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
2025-02-28 13:32:11 -05:00
./doas
2025-02-28 12:08:04 -05:00
./git
./shells
];
}