nixos-config/configurations/profile/default.nix

17 lines
150 B
Nix
Raw Permalink Normal View History

2023-10-08 11:42:08 +02:00
{
osProfile = {
imports = [
./os
./common
];
};
homeProfile = {
imports = [
./common
./home
];
};
}