added modules link

This commit is contained in:
2026-03-24 17:10:37 -05:00
parent 3311ef51ee
commit ee7eb2238f

View File

@@ -6,6 +6,16 @@ let
in
{
imports =
[
./modules/modules.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;