nixos-config/modules/system/accounts/users/custom/default.nix

8 lines
100 B
Nix
Raw Normal View History

{ home-manager, ... }:
{
imports = [
2025-01-03 17:52:33 -05:00
./main
home-manager.nixosModules.home-manager
];
}