NixOS-Config/modules/system/boot/default.nix

5 lines
40 B
Nix
Raw Normal View History

2024-11-24 20:02:09 -05:00
{ ... }:
{
2024-11-24 20:44:28 -05:00
imports = [ ./systemd ];
2024-11-24 20:02:09 -05:00
}