Skip to content

Commit

Permalink
Remove deprecated vhs script and add new packages: serie, vhs, and ne…
Browse files Browse the repository at this point in the history
…tscanner for enhanced functionality
  • Loading branch information
ryanwclark committed Dec 26, 2024
1 parent ffa9961 commit 724c787
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion home/features/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
./nixtools.nix
./tealdeer.nix
./tf.nix
./vhs.nix
# ./zk.nix
];
home.packages = with pkgs; [
Expand All @@ -33,5 +32,7 @@
lazysql # SQL Tui
mprocs # multiple commands in parallel
vultr-cli # vultr cli
serie # A rich git commit graph in your terminal, like magic.
vhs # A tool for generating terminal GIFs with code
];
}
12 changes: 0 additions & 12 deletions home/features/cli/vhs.nix

This file was deleted.

1 change: 1 addition & 0 deletions home/features/networking-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
rathole # similar to ngrok - NAT traversal and reverse proxy
tcpdump
wireguard-tools
netscanner # A simple network scanner
];
}
1 change: 1 addition & 0 deletions home/features/ripgrep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
home.packages = with pkgs; [
ripgrep-all
sd
repgrep # ripgrep with replacement support
];
}

0 comments on commit 724c787

Please sign in to comment.