From 6231133fdb86e6a313ff8fdbb9dd3b69b15d5768 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:00:28 +0100 Subject: [PATCH] main-laptop: enable helix --- hosts/main-laptop/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 54d1199..f03dc56 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -21,6 +21,7 @@ vscodium.enable = lib.mkForce true; starship.enable = lib.mkForce true; + helix.enable = lib.mkForce true; hyfetch.enable = lib.mkForce true; neovim.enable = lib.mkForce true; };