flake/nixos/modules/boot/default.nix
2023-11-17 13:38:25 +08:00

5 lines
45 B
Nix

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