mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +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
|
in
|
||||||
{
|
{
|
||||||
imports = attrValues self.nixosModules;
|
imports = attrValues self.nixosModules;
|
||||||
nixpkgs.overlays = attrValues self.overlays;
|
|
||||||
|
nixpkgs.overlays = attrValues {
|
||||||
|
inherit (self.overlays) phinger-cursors;
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.sharedModules = attrValues {
|
home-manager.sharedModules = attrValues {
|
||||||
inherit (self.homeManagerModules)
|
inherit (self.homeManagerModules)
|
||||||
|
Loading…
Reference in New Issue
Block a user