flocon/modules/nix/core/hardware/default.nix

10 lines
109 B
Nix
Raw Normal View History

2025-01-14 11:34:01 +00:00
{
imports = [
./fprintd.nix
./fwupd.nix
./printing.nix
./uni-sync.nix
./via.nix
];
}