mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 06:56:14 +02:00
17 lines
150 B
Nix
17 lines
150 B
Nix
{
|
|
osProfile = {
|
|
imports = [
|
|
./os
|
|
./common
|
|
];
|
|
};
|
|
|
|
homeProfile = {
|
|
imports = [
|
|
./common
|
|
./home
|
|
];
|
|
};
|
|
|
|
}
|