Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 8bc3e82f6d - Show all commits

View file

@ -60,7 +60,6 @@ in {
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ]))
# system tools
btop
htop-vim # htop with vim bindings
erdtree # du+tree had sex
dua # ncdu but better
@ -117,6 +116,9 @@ in {
# better cat
bat.enable = true;
# htop replacement with a nice UI
btop.enable = true;
zsh = {
enable = true;
enableAutosuggestions = true;