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;