nixos-config/configurations/profile/default.nix

17 lines
150 B
Nix

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