11 lines
147 B
Nix
11 lines
147 B
Nix
{...}: {
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./hardware
|
|
./firewall.nix
|
|
./desktop-environment
|
|
./input
|
|
./graphics.nix
|
|
];
|
|
}
|