From 8bce3b2327dca2541edc35b7b2f7458df74d7989 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 17 Aug 2023 22:51:50 +0900 Subject: feat(home): use helix overlay on kompakt-darwin --- 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 35ced24..fa1e98d 100644 --- a/home/default.nix +++ b/home/default.nix @@ -46,7 +46,7 @@ "sefidel@kompakt-darwin" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt-darwin"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */ ]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */ helix.overlays.default ]; }; extraModules = [ ./profiles/populate.nix -- cgit 1.4.1