Update NixOS config.
This commit is contained in:
parent
cf54076abc
commit
a897203ac2
1 changed files with 4 additions and 3 deletions
7
home.nix
7
home.nix
|
@ -59,14 +59,14 @@
|
||||||
#ldns # replacement of `dig`, it provide the command `drill`
|
#ldns # replacement of `dig`, it provide the command `drill`
|
||||||
#aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
#aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||||
#socat # replacement of openbsd-netcat
|
#socat # replacement of openbsd-netcat
|
||||||
#nmap # A utility for network discovery and security auditing
|
nmap # A utility for network discovery and security auditing
|
||||||
#ipcalc # it is a calculator for the IPv4/v6 addresses
|
#ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
#cowsay
|
#cowsay
|
||||||
#file
|
#file
|
||||||
#which
|
#which
|
||||||
#tree
|
tree
|
||||||
#gnused
|
#gnused
|
||||||
#gnutar
|
#gnutar
|
||||||
#gawk
|
#gawk
|
||||||
|
@ -86,6 +86,7 @@
|
||||||
btop # replacement of htop/nmon
|
btop # replacement of htop/nmon
|
||||||
iotop # io monitoring
|
iotop # io monitoring
|
||||||
iftop # network monitoring
|
iftop # network monitoring
|
||||||
|
htop # the classic
|
||||||
|
|
||||||
# system call monitoring
|
# system call monitoring
|
||||||
strace # system call monitoring
|
strace # system call monitoring
|
||||||
|
@ -142,7 +143,7 @@
|
||||||
family = "IosevkaTerm Nerd Font";
|
family = "IosevkaTerm Nerd Font";
|
||||||
style = "Bold Italic";
|
style = "Bold Italic";
|
||||||
};
|
};
|
||||||
size = 16;
|
size = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
# font = {
|
# font = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue