flake/nixos/modules/myFlake/default.nix

8 lines
73 B
Nix
Raw Normal View History

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