configuration.nix/nixos/default.nix

4 lines
50 B
Nix

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