11 lines
131 B
Nix
11 lines
131 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
./dev
|
||
|
./applications
|
||
|
./network.nix
|
||
|
./xserver.nix
|
||
|
./users.nix
|
||
|
./overlay.nix
|
||
|
];
|
||
|
}
|