mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
13 lines
138 B
Nix
13 lines
138 B
Nix
{
|
|
lib,
|
|
config,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./network.nix
|
|
./audio.nix
|
|
./graphics.nix
|
|
];
|
|
|
|
hardware.uinput.enable = true;
|
|
}
|