diff --git a/hosts/chris-laptop/default.nix b/hosts/chris-laptop/default.nix index 8c6dd5d..7e4b5e9 100644 --- a/hosts/chris-laptop/default.nix +++ b/hosts/chris-laptop/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ ./hardware.nix ]; modules = { themes = { diff --git a/hosts/mam-laptop/default.nix b/hosts/mam-laptop/default.nix index ef185b3..aeb295b 100644 --- a/hosts/mam-laptop/default.nix +++ b/hosts/mam-laptop/default.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ ./hardware.nix ]; modules = { themes = {