phone: Only include phinger-cursors overlay

We don't need to overlay neovim since we aren't using kitty on the
phone.
This commit is contained in:
Donovan Glover 2024-06-24 20:12:02 -04:00
parent 939cdb90e9
commit ebaaa235ad
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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)