diff options
Diffstat (limited to 'nixos/profiles/workstation/dev.nix')
| -rw-r--r-- | nixos/profiles/workstation/dev.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index a40d574..262c55e 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -4,10 +4,12 @@ environment.systemPackages = with pkgs; [ rustup go - golangci-lint python313 nodejs_22 + direnv + nix-direnv + # CLI tools skim docker-compose |
