diff --git a/shared/core/default.nix b/shared/core/default.nix index 4af7cc2..c6f7136 100644 --- a/shared/core/default.nix +++ b/shared/core/default.nix @@ -15,7 +15,7 @@ isNormalUser = true; extraGroups = ["wheel"]; - packages = [ pkgs.kakoune ]; + packages = [ pkgs.helix ]; };