From 8d2c73ef24c5339670e70e5fed215f98023c50b8 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 3 Oct 2025 20:22:26 -0400 Subject: [PATCH] regular helix --- dot_config/flake/home/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index 475e9fa..f324cf0 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { programs.helix = { enable = true; - # package = pkgs.mods.helix; + package = pkgs.unstable.helix; settings = { theme = "base16_terminal"; editor = {