From af00a49ac413a6fd92795f875764951c69c8bc4c Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 17:10:37 -0500 Subject: [PATCH] added modules link --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.nix b/configuration.nix index fc7828a..eef8351 100755 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,16 @@ let in { + + imports = + + [ + + ./modules/modules.nix + + ]; + + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;