diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 11:20:21 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 11:20:21 -0400 |
| commit | bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef (patch) | |
| tree | 7bd28014063cc22d102751ea0c3f8a79a6001e1b /hosts/kenosis/configuration.nix | |
| parent | fix nvim darwin (diff) | |
| download | nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.tar.gz nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.tar.bz2 nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.zip | |
fix some work stuff
Diffstat (limited to 'hosts/kenosis/configuration.nix')
| -rw-r--r-- | hosts/kenosis/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/kenosis/configuration.nix b/hosts/kenosis/configuration.nix index 8c2df15..ffda55d 100644 --- a/hosts/kenosis/configuration.nix +++ b/hosts/kenosis/configuration.nix @@ -39,10 +39,16 @@ git go-swag blender + temporal-cli + corepack + direnv (python313.withPackages (ps: with ps; [ numpy ])) + imagemagick + audacity + goose ]; homebrew = { @@ -64,6 +70,9 @@ "firefox" "chatgpt" "capcut" + "docker" + "musicbrainz-picard" + "gimp" ]; }; |
