diff --git a/src/system/machines/desktop/default.nix b/src/system/machines/desktop/default.nix index 6357cb0..5237d0c 100644 --- a/src/system/machines/desktop/default.nix +++ b/src/system/machines/desktop/default.nix @@ -2,7 +2,7 @@ { imports = [ - ../../user/configs + ../../../user/configs ./hardware.nix ./system.nix ]; diff --git a/src/system/machines/wsl/default.nix b/src/system/machines/wsl/default.nix index be38ce0..4f15952 100644 --- a/src/system/machines/wsl/default.nix +++ b/src/system/machines/wsl/default.nix @@ -2,7 +2,7 @@ { imports = [ - ../../user/configs + ../../../user/configs ./system.nix ]; } diff --git a/src/system/machines/wsl/wsl.nix b/src/system/machines/wsl/wsl.nix index cd9cbcf..bcde209 100644 --- a/src/system/machines/wsl/wsl.nix +++ b/src/system/machines/wsl/wsl.nix @@ -2,7 +2,7 @@ { imports = [ - ../../user + ../../../user ]; wsl = {