9 lines
111 B
Nix
9 lines
111 B
Nix
|
{ ... }: {
|
||
|
imports = [
|
||
|
./bluetooth.nix
|
||
|
./bootloader.nix
|
||
|
./network.nix
|
||
|
./shell.nix
|
||
|
./system.nix
|
||
|
];
|
||
|
}
|