From 01033b8c265f0ea42aa83b5abaf5ec73e54b34ca Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 1 Sep 2025 00:25:51 -0700 Subject: [PATCH] paths are hard --- hw/orion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/orion/default.nix b/hw/orion/default.nix index 1320b2f..6d33f24 100644 --- a/hw/orion/default.nix +++ b/hw/orion/default.nix @@ -3,6 +3,6 @@ { imports = [ ./hardware-configuration.nix - ../configs/desktop.nix + ../../configs/desktop.nix ]; }