From 7137f97ed15c69c225df345d60c08a6ff8747ec1 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 17 Jul 2024 19:22:36 +0200 Subject: [PATCH] added the heroic to workstation --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index ce2a854..e5a05ec 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -116,7 +116,7 @@ shell = pkgs.zsh; packages = with pkgs; [ teams-for-linux firefox ncpamixer starship discord fastfetch - emacsPackages.vterm zed-editor + emacsPackages.vterm zed-editor heroic-unwrapped ]; };