From 89234cfa5af339139af7b0714e295be2db664d51 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 3 Nov 2024 15:29:38 +0100 Subject: [PATCH] user: add helix package --- modules/user/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/user/default.nix b/modules/user/default.nix index 6d2e201..b461f20 100644 --- a/modules/user/default.nix +++ b/modules/user/default.nix @@ -1,11 +1,11 @@ { - inputs, pkgs, ... }: rec { packages = { fish = pkgs.callPackage ./shell {}; - helix = pkgs.callPackge ./helix {}; + # helix = pkgs.callPackge ./helix {}; + kakoune = pkgs.callPackage ./kakoune {}; }; shell = pkgs.mkShell { name = "bloxx-shell";