nix-config/users/common/default.nix

5 lines
57 B
Nix

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