diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index 592cbb3d..e2733402 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -5,7 +5,10 @@ let in { imports = attrValues self.nixosModules; - nixpkgs.overlays = attrValues self.overlays; + + nixpkgs.overlays = attrValues { + inherit (self.overlays) phinger-cursors; + }; home-manager.sharedModules = attrValues { inherit (self.homeManagerModules)