mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:54:35 +00:00
cli-packages: Add comma
This commit is contained in:
parent
ed8c0057a4
commit
a91d121a83
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
fzf # fuzzy finder
|
||||
jq # JSON processor
|
||||
|
@ -25,6 +25,7 @@
|
|||
p7zip # 7zip fork with some improvements
|
||||
e2fsprogs # tools for creating and checking ext filesystems
|
||||
lsof # list open files
|
||||
comma # Run programs without installing them (convenient nix-index + nix-shell + nix-locate)
|
||||
|
||||
# Rust replacements
|
||||
procs # better ps
|
||||
|
|
Loading…
Reference in a new issue