flake/nixos/modules/myFlake/default.nix

6 lines
56 B
Nix

{...}: {
imports = [
./boot
./hardware
];
}