nixos/system/default.nix
2025-02-26 23:56:54 +01:00

5 lines
45 B
Nix

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