Skip to content

Commit

Permalink
feat(apps): added postman and jmeter tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 24, 2025
1 parent 2027123 commit dc840b9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions hosts/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -109,7 +110,7 @@ let
commonHomeManager
{
home.packages = with pkgs; [
openfortivpn # VPN
spotify
teams-for-linux # Microsoft Teams
];
}
Expand Down Expand Up @@ -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
];
}
];
Expand Down

0 comments on commit dc840b9

Please sign in to comment.