From 9d02d580844f1f50e878f36d022bbd2f3eed2da1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 17 Jun 2023 07:31:38 +0900 Subject: chore(home): remove neovim fix --- home/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index b338929..0591d7a 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,12 +1,11 @@ { self, unstable, ... } @ inputs: # TODO See: https://github.com/neovim/neovim/pull/21711 -# TODO See: https://github.com/NixOS/nixpkgs/pull/214231 { "sefidel@alpha" = self.lib.mkHome { username = "sefidel"; hostname = "alpha"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default (import ../overlays/neovim.nix) neovim.overlay ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; extraModules = [ ./profiles/populate.nix @@ -27,7 +26,7 @@ "sefidel@kompakt" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt"; - pkgs = import unstable { system = "aarch64-linux"; overlays = with inputs; [ rust.overlays.default (import ../overlays/neovim.nix) neovim.overlay ]; }; + pkgs = import unstable { system = "aarch64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1