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
|
texlive.combined.scheme-full
|
||||||
httpie
|
httpie
|
||||||
gnumake
|
gnumake
|
||||||
bind # DNS utilities (dig, nslookup, mdig)
|
bind
|
||||||
inetutils # Network utilities (telnet)
|
inetutils
|
||||||
netcat-gnu # Network connection utility
|
netcat-gnu
|
||||||
curl # HTTP client
|
curl
|
||||||
wget # Web downloader
|
wget
|
||||||
bandwhich # Terminal bandwidth utilization tool
|
bandwhich
|
||||||
ncdu
|
ncdu
|
||||||
delta
|
|
||||||
fastfetch
|
fastfetch
|
||||||
coreutils # GNU core utilities (base64, etc.)
|
coreutils
|
||||||
duti # Set default applications for file types (macOS)
|
duti
|
||||||
rsync
|
rsync
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -174,8 +174,6 @@
|
||||||
"slidepilot"
|
"slidepilot"
|
||||||
"zotero"
|
"zotero"
|
||||||
"aerospace"
|
"aerospace"
|
||||||
"hiddenbar"
|
|
||||||
"keycastr"
|
|
||||||
"localsend"
|
"localsend"
|
||||||
"maccy"
|
"maccy"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
silent = true;
|
silent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixOS-specific alias
|
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = {
|
||||||
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
oss = "sudo nixos-rebuild switch --flake ~/.config/nix#$(hostname)";
|
||||||
};
|
};
|
||||||
|
|
@ -35,12 +34,11 @@
|
||||||
httpie
|
httpie
|
||||||
gnumake
|
gnumake
|
||||||
rsync
|
rsync
|
||||||
bind # DNS utilities (dig, nslookup, mdig)
|
bind
|
||||||
iputils # Core network tools (ping, traceroute)
|
iputils
|
||||||
inetutils # Network utilities (telnet)
|
inetutils
|
||||||
netcat-gnu # Network connection utility
|
netcat-gnu
|
||||||
ncdu
|
ncdu
|
||||||
delta
|
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = [ pkgs.delta ];
|
||||||
|
|
||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue