From dc840b930e753923fcd559d5fe814c72167b6d84 Mon Sep 17 00:00:00 2001 From: Wittano Bonarotti Date: Fri, 24 Jan 2025 20:10:24 +0100 Subject: [PATCH] feat(apps): added postman and jmeter tools --- hosts/common.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/common.nix b/hosts/common.nix index d158b4bd..4cf4734e 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -47,7 +47,8 @@ let pandoc # Text file converter # Apps - keepassxc + keepassxc # Password manager + openfortivpn # VPN gnome-pomodoro # Pomodoro todoist-electron # ToDo app decibels # Audio player @@ -109,7 +110,7 @@ let commonHomeManager { home.packages = with pkgs; [ - openfortivpn # VPN + spotify teams-for-linux # Microsoft Teams ]; } @@ -147,12 +148,13 @@ let ]; home.packages = with pkgs; [ - sshs - logseq + sshs # SSH client + logseq # Notebook vscodium # VS code - insomnia # REST API Client + postman # REST API Client + jmeter # Stress API testing - obs-studio + obs-studio # OBS ]; } ];