12 lines
140 B
Nix
12 lines
140 B
Nix
{...}: {
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./desktop-legacy
|
|
./hardware
|
|
./net
|
|
./input
|
|
./media
|
|
./nix.nix
|
|
];
|
|
}
|