nixos/modules/system/default.nix
2023-04-04 00:12:19 +02:00

10 lines
92 B
Nix

{ ... }:
{
imports = [
./avahi
./docker
./fonts
./kvm
./podman
];
}