diff --git a/hardware/asus/configuration.nix b/hardware/asus/configuration.nix index 24a6116..eb0f5e8 100644 --- a/hardware/asus/configuration.nix +++ b/hardware/asus/configuration.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - ../common/desktop.nix + ../../common/desktop.nix ./hardware-configuration.nix ]; diff --git a/hardware/vm/configuration.nix b/hardware/vm/configuration.nix index e37c896..de78a6c 100644 --- a/hardware/vm/configuration.nix +++ b/hardware/vm/configuration.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - ../common/desktop.nix + ../../common/desktop.nix ./hardware-configuration.nix ]; diff --git a/hardware/xps5530/configuration.nix b/hardware/xps5530/configuration.nix index e598861..79015e5 100644 --- a/hardware/xps5530/configuration.nix +++ b/hardware/xps5530/configuration.nix @@ -7,7 +7,7 @@ { imports = [ # Include the results of the hardware scan. - ../common/desktop.nix + ../../common/desktop.nix ./hardware-configuration.nix ];