refactor delta package

This commit is contained in:
Yan Lin 2026-02-17 15:18:55 +01:00
parent beaeecc5f2
commit 83b46c93b8
4 changed files with 14 additions and 17 deletions

View file

@ -58,17 +58,16 @@
texlive.combined.scheme-full
httpie
gnumake
bind # DNS utilities (dig, nslookup, mdig)
inetutils # Network utilities (telnet)
netcat-gnu # Network connection utility
curl # HTTP client
wget # Web downloader
bandwhich # Terminal bandwidth utilization tool
bind
inetutils
netcat-gnu
curl
wget
bandwhich
ncdu
delta
fastfetch
coreutils # GNU core utilities (base64, etc.)
duti # Set default applications for file types (macOS)
coreutils
duti
rsync
];

View file

@ -174,8 +174,6 @@
"slidepilot"
"zotero"
"aerospace"
"hiddenbar"
"keycastr"
"localsend"
"maccy"
];

View file

@ -26,7 +26,6 @@
silent = true;
};
# nixOS-specific alias
programs.zsh.shellAliases = {
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
};
@ -35,12 +34,11 @@
httpie
gnumake
rsync
bind # DNS utilities (dig, nslookup, mdig)
iputils # Core network tools (ping, traceroute)
inetutils # Network utilities (telnet)
netcat-gnu # Network connection utility
bind
iputils
inetutils
netcat-gnu
ncdu
delta
fastfetch
];
}