cli: Cleanup format

This commit is contained in:
Alexander Kobjolke 2023-07-05 19:34:48 +02:00
parent e3de8dcd0a
commit 54cc1aa25e

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 ];
}; };