From 4bdee7a33fe52990a31c3e91e4a2d6a60e389221 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Aug 2023 18:30:06 +0900 Subject: feat(home): add helix as overlay --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/default.nix b/home/default.nix index 1c4797d..35ced24 100644 --- a/home/default.nix +++ b/home/default.nix @@ -5,7 +5,7 @@ "sefidel@alpha" = self.lib.mkHome { username = "sefidel"; hostname = "alpha"; - pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; + pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay helix.overlays.default ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1