Files
nix-config/modules/hardware/default.nix
2024-04-16 15:01:48 +02:00

7 lines
65 B
Nix

{ pkgs, config, ...}:
{
imports = [
./wooting.nix
];
}