nix-config/modules/boot/default.nix
2025-02-25 15:56:58 +01:00

6 lines
86 B
Nix

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