From 200e31e4740f2962cabd777f22a7564e31ded356 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Fri, 24 May 2024 08:28:06 +0200 Subject: [PATCH] fix: fix overlay path --- systems/modules/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix index 7d8ad49..ff8077b 100644 --- a/systems/modules/core/nix.nix +++ b/systems/modules/core/nix.nix @@ -16,7 +16,7 @@ nixpkgs.overlays = [ inputs.nixpkgs-f2k.overlays.terminal-emulators inputs.xdg-desktop-portal-hyprland.overlays.default - inputs.neovim-nightly-overlay.overlay + inputs.neovim-nightly-overlay.overlays.default inputs.rust-overlay.overlays.default inputs.emacs-overlay.overlays.default inputs.eww.overlays.default