cli-packages: Add comma

This commit is contained in:
ItsDrike 2024-07-11 23:07:40 +02:00
parent ed8c0057a4
commit a91d121a83
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
fzf # fuzzy finder fzf # fuzzy finder
jq # JSON processor jq # JSON processor
@ -25,6 +25,7 @@
p7zip # 7zip fork with some improvements p7zip # 7zip fork with some improvements
e2fsprogs # tools for creating and checking ext filesystems e2fsprogs # tools for creating and checking ext filesystems
lsof # list open files lsof # list open files
comma # Run programs without installing them (convenient nix-index + nix-shell + nix-locate)
# Rust replacements # Rust replacements
procs # better ps procs # better ps