nixdots/system/roles/laptop/default.nix

7 lines
54 B
Nix
Raw Permalink Normal View History

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