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 54cc1aa25e - Show all commits

View file

@ -48,6 +48,10 @@ in {
# editing
nil # nix language server
shellcheck
editorconfig-core-c
shfmt
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ]))
# system tools
htop-vim # htop with vim bindings
@ -109,9 +113,7 @@ in {
};
};
starship = {
enable = true;
};
starship = { enable = true; };
# better cat
bat.enable = true;
@ -125,7 +127,6 @@ in {
emacs = {
enable = true;
#package = pkgs.emacs-unstable;
extraPackages = epkgs: with epkgs; [ vterm ];
};