ROCKPro64-Server/system/accounts/users/custom/default.nix

8 lines
56 B
Nix
Raw Normal View History

2025-03-05 06:34:39 -05:00
{ ... }:
2025-02-28 12:21:09 -05:00
{
imports = [
2025-02-28 13:32:11 -05:00
./jules
./jimbo
2025-02-28 12:21:09 -05:00
];
}