Committed after system build
diff --git a/system/packaging-configuration.nix b/system/packaging-configuration.nix
index 7613f6b..11fc70c 100644
--- a/system/packaging-configuration.nix
+++ b/system/packaging-configuration.nix
@@ -1,8 +1,8 @@
{ config, pkgs, options, ... }: {
# Apply custom packaging overlays for compatability
- nix.nixPath =
- # Prepend default nixPath values.
- options.nix.nixPath.default ++
- # Append our nixpkgs-overlays.
- [ "nixpkgs-overlays=/etc/nixos/overlays/" ];
+# nix.nixPath =
+# # Prepend default nixPath values.
+# options.nix.nixPath.default ++
+# # Append our nixpkgs-overlays.
+# [ "nixpkgs-overlays=/etc/nixos/overlays/" ];
}