mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-02 16:05:52 +02: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…
x
Reference in New Issue
Block a user