diff --git a/hosts/nil.nix b/hosts/nil.nix index a290cd2..fabe7f3 100644 --- a/hosts/nil.nix +++ b/hosts/nil.nix @@ -30,7 +30,7 @@ { imports = [ - ../modules/profiles/laptop.nix + ../profiles/laptop.nix (modulesPath + "/installer/scan/not-detected.nix") ]; diff --git a/modules/profiles/graphical.nix b/profiles/graphical.nix similarity index 100% rename from modules/profiles/graphical.nix rename to profiles/graphical.nix diff --git a/modules/profiles/laptop.nix b/profiles/laptop.nix similarity index 100% rename from modules/profiles/laptop.nix rename to profiles/laptop.nix diff --git a/modules/profiles/minimal.nix b/profiles/minimal.nix similarity index 95% rename from modules/profiles/minimal.nix rename to profiles/minimal.nix index 6788934..3f96e1d 100644 --- a/modules/profiles/minimal.nix +++ b/profiles/minimal.nix @@ -8,8 +8,8 @@ let in { imports = [ - ../. # This imports /modules/default.nix - ../system/xdg.nix + ../modules/. # This imports /modules/default.nix + ../modules/system/xdg.nix ]; # Allow Cleanup, nix, & flakes nix = {