mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
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:
parent
939cdb90e9
commit
ebaaa235ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user