From ac388b5748d1328131df687ffc12b5083d1cb518 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 21 Dec 2022 12:32:47 +0100 Subject: [PATCH] Use helix unstable --- hm_modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 8b95b7b..aafdbf0 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -39,7 +39,7 @@ ]; programs.helix = { enable = true; - # package = pkgs.helix; + package = pkgs.unstable.helix; languages = [ ]; settings = { theme = "ayu_mirage";