nixos-configs/hosts/wim/cfg/main.nix

8 lines
71 B
Nix

{ ... }:
{
imports = [
./security.nix
./packages.nix
];
}