diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 10e3cf8..cb0a89b 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -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 ];