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 --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3d5c638..3afba38 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,10 @@ neovim.url = "github:neovim/neovim?dir=contrib"; neovim.inputs.nixpkgs.follows = "unstable"; + helix.url = "github:helix-editor/helix"; + helix.inputs.nixpkgs.follows = "unstable"; + helix.inputs.rust-overlay.follows = "rust"; + rust.url = "github:oxalica/rust-overlay"; rust.inputs.nixpkgs.follows = "unstable"; }; -- cgit 1.4.1