nixos-config/modules/default.nix

8 lines
85 B
Nix

{
imports = [
./boot.nix
./configuration.nix
./home-manager.nix
];
}