mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
reorder utilities alphabetically
also add bc
This commit is contained in:
parent
78b364afd7
commit
64590c539b
@ -18,21 +18,22 @@ in {
|
|||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user} = {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unzip # Extract zips
|
age # Encryption
|
||||||
|
bc # Calculator
|
||||||
|
dig # DNS lookup
|
||||||
|
fd # find
|
||||||
|
htop # Show system processes
|
||||||
|
inetutils # Includes telnet, whois
|
||||||
|
jq # JSON manipulation
|
||||||
|
lf # File viewer
|
||||||
|
qrencode # Generate qr codes
|
||||||
rsync # Copy folders
|
rsync # Copy folders
|
||||||
ripgrep # grep
|
ripgrep # grep
|
||||||
fd # find
|
|
||||||
sd # sed
|
sd # sed
|
||||||
jq # JSON manipulation
|
|
||||||
tealdeer # Cheatsheets
|
tealdeer # Cheatsheets
|
||||||
tree # View directory hierarchy
|
tree # View directory hierarchy
|
||||||
htop # Show system processes
|
|
||||||
qrencode # Generate qr codes
|
|
||||||
vimv-rs # Batch rename files
|
vimv-rs # Batch rename files
|
||||||
dig # DNS lookup
|
unzip # Extract zips
|
||||||
lf # File viewer
|
|
||||||
inetutils # Includes telnet, whois
|
|
||||||
age # Encryption
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zoxide.enable = true; # Shortcut jump command
|
programs.zoxide.enable = true; # Shortcut jump command
|
||||||
|
Loading…
Reference in New Issue
Block a user