From dbc03c23a602c9c7c3bbf3850d70ce874d596d9b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 22 Nov 2021 15:14:14 +0100 Subject: [PATCH] correct the common/desktop path --- hardware/asus/configuration.nix | 2 +- hardware/vm/configuration.nix | 2 +- hardware/xps5530/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ];