profiles/emacs: reorganize pkgs, add libvterm
This commit is contained in:
parent
c90f3066ca
commit
97edb6d7b8
1 changed files with 15 additions and 14 deletions
|
@ -14,28 +14,29 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
ripgrep
|
clang
|
||||||
coreutils
|
|
||||||
cmake
|
cmake
|
||||||
|
coreutils
|
||||||
|
editorconfig-checker
|
||||||
fd
|
fd
|
||||||
fzf
|
fzf
|
||||||
clang
|
gnumake
|
||||||
mu
|
|
||||||
isync
|
isync
|
||||||
|
jq
|
||||||
|
libvterm
|
||||||
|
mu
|
||||||
|
nodePackages.prettier
|
||||||
|
nodejs
|
||||||
|
python39Packages.pygments
|
||||||
|
ripgrep
|
||||||
|
shellcheck
|
||||||
|
sqlite
|
||||||
|
|
||||||
|
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
|
scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed;
|
||||||
})
|
})
|
||||||
python39Packages.pygments
|
|
||||||
jq
|
|
||||||
gnumake
|
|
||||||
shellcheck
|
|
||||||
editorconfig-checker
|
|
||||||
nodejs
|
|
||||||
nodePackages.prettier
|
|
||||||
sqlite
|
|
||||||
|
|
||||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# activation = { # Works in theory, but times out on rebuild
|
# activation = { # Works in theory, but times out on rebuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue