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

8 lines
100 B
Nix
Raw Normal View History

2025-02-28 12:21:09 -05:00
{ home-manager, ... }:
{
imports = [
./main
home-manager.nixosModules.home-manager
];
}