The initial step of grouping lemp11 and t490 configuration, inspired by https://github.com/mkellyxp/nixbook.
9 lines
85 B
Nix
9 lines
85 B
Nix
{
|
|
imports = [
|
|
./cli
|
|
./core
|
|
./desktop
|
|
./homelab
|
|
./nixpad
|
|
];
|
|
}
|