refactor: scope workstation apps

This commit is contained in:
Miguel Palhas
2026-08-19 22:38:19 +01:00
parent ba5b618e49
commit 77d8803a8f
11 changed files with 82 additions and 90 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
doctl
awscli2
terraform
bruno
coturn
usbutils
ktlint
];
}