system/modules/home-manager/services/default.nix

9 lines
61 B
Nix

{ ... }:
{
imports = [
./lan-mouse
./wired
];
}