nix-stuff/roles/common/default.nix
2023-06-01 13:07:12 +02:00

9 lines
97 B
Nix
Executable file

{ config, ... }:
{
imports = [
./programs
./services/avahi.nix
./configuration.nix
];
}