NixOS-Config/modules/system/devices/default.nix

14 lines
151 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
./bluetooth
./filesystems
./networking
./pipewire
./printing
./security
./udev
./video
];
}