refactor delta package
This commit is contained in:
parent
beaeecc5f2
commit
83b46c93b8
4 changed files with 14 additions and 17 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -174,8 +174,6 @@
|
|||
"slidepilot"
|
||||
"zotero"
|
||||
"aerospace"
|
||||
"hiddenbar"
|
||||
"keycastr"
|
||||
"localsend"
|
||||
"maccy"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue