diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 7 | ||||
| -rw-r--r-- | nix/users/fcuny/work.nix | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 3648ed4..0627ca4 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -18,9 +18,12 @@ delve # python - uv - python3 + basedpyright customPackages.llmPython.llm + python3 + ruff + ruff-lsp + uv # nix nil # nix lsp diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 4008daf..265074d 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -26,6 +26,8 @@ in imports = [ ./k8s.nix ]; home.packages = with pkgs; [ + awscli2 + # hashicorp boundary nomad-pack |
