Skip to content

Commit

Permalink
feat(cli): add unstable.fastfetch to CLI tools
Browse files Browse the repository at this point in the history
Include the new unstable.fastfetch tool for fetching system info in the list of CLI tools.

feat(home-manager): update vault package to unstable.vault

Update the vault package to unstable.vault in the home-manager configuration file for jeff_work_laptop.
  • Loading branch information
billimek committed May 1, 2024
1 parent 02b52f7 commit 32e2025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/common/features/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
duf # better 'df' "WRITTEN IN RUST"
envsubst # sub env vars
unstable.eza # replacement for exa "WRITTEN IN RUST"
unstable.fastfetch # fetch system info
fd # better find "WRITTEN IN RUST""
file # inspect file types
fzf # fuzzy matcher
Expand All @@ -36,7 +37,6 @@
jq # JSON pretty printer and manipulator
jwt-cli # JWT tool
lazygit
neofetch # show system info
nixd # nix daemon
nixfmt # nix formatter
nvd
Expand Down
2 changes: 1 addition & 1 deletion home-manager/jeff_work_laptop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in {
rancher
terminal-notifier # send notifications to macOS notification center
terraform
vault
unstable.vault
];

programs.ssh = {
Expand Down

0 comments on commit 32e2025

Please sign in to comment.