configuration.nix/nixos/default.nix

4 lines
46 B
Nix

{...}: {
imports = [./modules ./configs];
}