add cyme - lsusb rust based pretty replacement

This commit is contained in:
Joseph Hanson 2024-10-10 14:03:18 -05:00
parent 650354860b
commit 958416516d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ in
lt = "${pkgs.lsd}/bin/lsd --tree";
lla = "${pkgs.lsd}/bin/lsd -la";
tm = "tmux attach -t (basename $PWD) || tmux new -s (basename $PWD)";
lsusb = "cyme --headings --tree --hide-buses";
x = "exit";
};

View file

@ -23,6 +23,7 @@ with config;
shfmt
statix
tmux
unstable.cyme
unstable.helix
# flake imports