diff --git a/hosts/defaults.nix b/hosts/defaults.nix index 381bba6..4265379 100644 --- a/hosts/defaults.nix +++ b/hosts/defaults.nix @@ -3,7 +3,6 @@ let defaultModules = [ # NO_INLINE tree.impure.modules.nixos - tree.impure.profiles.base ]; defaultSpecialArgs = { tree = tree.impure; diff --git a/hosts/nixos.nix b/hosts/nixos.nix index bbbce07..5fa700c 100644 --- a/hosts/nixos.nix +++ b/hosts/nixos.nix @@ -13,7 +13,7 @@ let defaultModules = defaults.defaultModules ++ [ # NO_INLINE - tree.impure.profiles.base-linux + tree.impure.profiles.base inputs.home-manager-unstable.nixosModules.home-manager ]; diff --git a/profiles/base-linux/boot.nix b/profiles/base/boot.nix similarity index 100% rename from profiles/base-linux/boot.nix rename to profiles/base/boot.nix diff --git a/profiles/base-linux/console-locale.nix b/profiles/base/console-locale.nix similarity index 100% rename from profiles/base-linux/console-locale.nix rename to profiles/base/console-locale.nix diff --git a/profiles/base-linux/hardware.nix b/profiles/base/hardware.nix similarity index 100% rename from profiles/base-linux/hardware.nix rename to profiles/base/hardware.nix