From ee7eb2238fb45332836ab6a2fc431a9d1a259319 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;