mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-21 18:57:58 +01:00
home config cleanup + main branch name
This commit is contained in:
parent
b68ac28949
commit
62bbcb2147
1 changed files with 18 additions and 22 deletions
40
home.nix
40
home.nix
|
@ -16,7 +16,7 @@
|
||||||
onlykey
|
onlykey
|
||||||
onlykey-agent
|
onlykey-agent
|
||||||
libsForQt5.plasma-vault
|
libsForQt5.plasma-vault
|
||||||
gpgme.dev # For mainvelope
|
gpgme.dev # For mailvelope
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
libsForQt5.yakuake
|
libsForQt5.yakuake
|
||||||
|
@ -57,22 +57,20 @@
|
||||||
appimage-run
|
appimage-run
|
||||||
kate
|
kate
|
||||||
ncdu
|
ncdu
|
||||||
btdu
|
# btrfs tools
|
||||||
|
btdu # ncdu but for btrfs
|
||||||
compsize
|
compsize
|
||||||
# ripgrep # recursively searches directories for a regex pattern
|
|
||||||
|
ripgrep # recursively searches directories for a regex pattern
|
||||||
jq # A lightweight and flexible command-line JSON processor
|
jq # A lightweight and flexible command-line JSON processor
|
||||||
# yq-go # yaml processer https://github.com/mikefarah/yq
|
exa # A modern replacement for ‘ls’
|
||||||
# exa # A modern replacement for ‘ls’
|
|
||||||
|
|
||||||
# networking tools
|
# networking tools
|
||||||
# mtr # A network diagnostic tool
|
|
||||||
# iperf3
|
|
||||||
dnsutils # `dig` + `nslookup`
|
dnsutils # `dig` + `nslookup`
|
||||||
ldns # replacement of `dig`, it provide the command `drill`
|
ldns # replacement of `dig`, it provide the command `drill`
|
||||||
aria2
|
aria2
|
||||||
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
|
|
||||||
|
|
||||||
# etc
|
# etc
|
||||||
vlc
|
vlc
|
||||||
|
@ -88,25 +86,18 @@
|
||||||
# gawk
|
# gawk
|
||||||
# zstd
|
# zstd
|
||||||
gnupg
|
gnupg
|
||||||
# pinentry
|
|
||||||
|
|
||||||
# nix related
|
# nix related
|
||||||
#
|
|
||||||
# it provides the command `nom` works just like `nix`
|
|
||||||
# with more details log output
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
||||||
# productivity
|
|
||||||
# hugo # static site generator
|
|
||||||
glow # markdown previewer in terminal
|
glow # markdown previewer in terminal
|
||||||
#
|
|
||||||
# btop # replacement of htop/nmon
|
btop # replacement of htop/nmon
|
||||||
# iotop # io monitoring
|
iotop # io monitoring
|
||||||
# iftop # network monitoring
|
iftop # network monitoring
|
||||||
#
|
# system call monitoring
|
||||||
# # system call monitoring
|
strace # system call monitoring
|
||||||
# strace # system call monitoring
|
ltrace # library call monitoring
|
||||||
# ltrace # library call monitoring
|
|
||||||
lsof # list open files
|
lsof # list open files
|
||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
|
@ -134,6 +125,11 @@
|
||||||
};
|
};
|
||||||
userName = "Lgmrszd";
|
userName = "Lgmrszd";
|
||||||
userEmail = "lgmrszd@disroot.org";
|
userEmail = "lgmrszd@disroot.org";
|
||||||
|
extraConfig = {
|
||||||
|
init = {
|
||||||
|
defaultBranch = "main";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
|
|
Loading…
Reference in a new issue