ROCKPro64-Server/system/programs/default.nix
2025-03-05 06:34:39 -05:00

8 lines
66 B
Nix

{ ... }:
{
imports = [
./doas
./git
./shells
];
}