overlays lol

This commit is contained in:
mjallen18
2026-03-16 14:25:26 -05:00
parent e6c9e21c62
commit 3e232c3474
6 changed files with 11 additions and 21 deletions

View File

@@ -53,9 +53,6 @@ in
# Pass inputs so external modules can access them
extraSpecialArgs = {
inherit inputs namespace hasDestopEnvironment;
# overlays = with inputs; [
# nix-vscode-extensions.overlays.default
# ];
};
# Make ALL external HM modules available globally

View File

@@ -68,9 +68,5 @@
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
allowUnsupportedSystem = true;
};
overlays = with inputs; [
nix-cachyos-kernel.overlays.default
];
};
}