flake/nixos/modules/myFlake/default.nix

7 lines
56 B
Nix
Raw Normal View History

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