nixos-config/configurations/profile/default.nix

16 lines
149 B
Nix

{
osProfile = {
imports = [
./os
./common
];
};
homeProfile = {
imports = [
./common
./home
];
};
}