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