We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ae689 commit af88734Copy full SHA for af88734
CHANGELOG.md
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
6
7
## patches
8
9
+- `zip`: add zipping and unzipping programs to tom for vim viewings 2026-02-07
10
- `nvim`: support highlighting an html templating engine called eta 2026-02-07
11
- `zsh`: alias zips to worktrees matching alphabetic alias creation 2026-02-07
12
- `nvim`: remove black linting and formatting to replace with ruffs 2026-02-07
machines/tom/configuration.nix
@@ -121,6 +121,8 @@
121
addDriverRunpath
122
parted
123
restic
124
+ unzip
125
+ zip
126
cudaPackages.cuda_cudart
127
cudaPackages.cudatoolkit
128
linuxPackages.nvidia_x11
0 commit comments