diff --git a/hosts/laptop/modules.nix b/hosts/laptop/modules.nix index 02a7863..c829aad 100644 --- a/hosts/laptop/modules.nix +++ b/hosts/laptop/modules.nix @@ -1,6 +1,7 @@ { imports = [ ../common/modules.nix + ./hardware-configuration.nix ]; }