From 75560bad355960b38dbaa63d2ce44dfdb4114ce7 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 18 Jul 2024 09:31:21 +0200 Subject: [PATCH] added the librewolf to workstation --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index c3b876d..1b123dc 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 heroic + emacsPackages.vterm zed-editor heroic librewolf ]; };