nix-config/modules/boot/default.nix
2025-05-03 13:06:41 +02:00

9 lines
126 B
Nix

{inputs, ...}: {
imports = [
./greeter/sddm.nix
./refind.nix
./loader/grub.nix
./loader/systemd.nix
];
}