home-manager/common: Fix overlays
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h39m0s

This commit is contained in:
2025-10-06 10:54:12 +01:00
parent 25758bae08
commit be7fb5a243

View File

@@ -228,9 +228,7 @@ in
# Note: If globalPkgs mode is on, then these will be overridden by the NixOS equivalents of these options
nixpkgs = {
overlays = [
inputs.libnet.overlays.default
inputs.deploy-rs.overlay
inputs.deploy-rs.overlays.default
inputs.boardie.overlays.default
inputs.nixGL.overlays.default
];