From ebaaa235ad697cf38d9858e28e22e42b629b4a06 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Jun 2024 20:12:02 -0400 Subject: [PATCH] phone: Only include phinger-cursors overlay We don't need to overlay neovim since we aren't using kitty on the phone. --- hosts/phone/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)