diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:11 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 17:58:16 -0400 |
| commit | 4c4a8324ec5b410ed83abf9906d92b1ea5417dad (patch) | |
| tree | e6c64abd433851fee736882250790843be2659f5 /config/packages.scm | |
| parent | e42a386265350dd524e079464e4c8a3dd103cac5 (diff) | |
add z, fzf, and replace docker with podman
Diffstat (limited to 'config/packages.scm')
| -rw-r--r-- | config/packages.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/packages.scm b/config/packages.scm index b7992fd..c37242e 100644 --- a/config/packages.scm +++ b/config/packages.scm @@ -16,6 +16,7 @@ "ffmpeg" "file" "flatpak" + "fzf" "gcc-toolchain" "ghc-tldr" "git" @@ -40,7 +41,8 @@ "tree" "unzip" "zig" - "zip")) + "zip" + "zoxide")) ;; "emacs-cape" |
