Nixerus/configurations/profile/default.nix

16 lines
149 B
Nix
Raw Normal View History

2023-05-18 12:07:07 +02:00
{
osProfile = {
imports = [
./os
./common
];
};
homeProfile = {
imports = [
./common
./home
];
};
}