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 ];