mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
9 lines
87 B
Nix
9 lines
87 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nitrokey
|
|
./sound
|
|
];
|
|
}
|