nixdots/system/roles/laptop/default.nix

7 lines
54 B
Nix
Raw Normal View History

2024-04-13 20:56:51 +02:00
{
imports = [
./power
./touchpad.nix
];
}