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

8 lines
100 B
Nix
Raw Normal View History

2025-03-14 18:23:32 -04:00
{ home-manager, ... }:
2024-10-09 03:36:08 -04:00
{
imports = [
2025-03-14 18:23:32 -04:00
./main
home-manager.nixosModules.home-manager
];
}