ROCKPro64-Server/modules/system/accounts/users/custom/default.nix
2025-02-28 12:21:09 -05:00

7 lines
100 B
Nix

{ home-manager, ... }:
{
imports = [
./main
home-manager.nixosModules.home-manager
];
}