nix-config/users/common/default.nix
2023-04-03 11:01:56 -03:00

5 lines
57 B
Nix

{ ... }:
{
imports = [ ./home.nix ./programs.nix ];
}