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

9 lines
86 B
Nix

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