home config cleanup + main branch name

This commit is contained in:
Lgmrszd 2023-09-09 17:56:40 +03:00
parent b68ac28949
commit 62bbcb2147
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -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 = {