From c904897947e994e664f5370b3c99d0782c1e0a2e Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 10:53:46 +0100 Subject: [PATCH] Changed something in hopes of fixing something --- hosts/laptop/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 3101ec4..c19ae82 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,6 +1,7 @@ { config, inputs, pkgs, ... }: { - imports = [ + imports =  + [ ./modules.nix ];