Update main branch #1
1 changed files with 5 additions and 4 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue