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";