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

9 lines
61 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{ ... }:
{
imports = [
./lan-mouse
./wired
];
2024-04-16 02:51:46 +03:00
}