13 lines
No EOL
130 B
Nix
13 lines
No EOL
130 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./apps
|
|
./desktop
|
|
./hardware
|
|
./server
|
|
|
|
# Common configuration
|
|
./common.nix
|
|
];
|
|
} |