mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:49:42 +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; [
|
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
|
||||||
|
|
Loading…
Reference in a new issue