This commit is contained in:
Grisha Shipunov 2025-04-09 10:49:19 +02:00
parent 9cf9811bc2
commit 08a9b8e488

View file

@ -7,6 +7,7 @@
{
environment.systemPackages = with pkgs; [
direnv
mu
];
services.emacs = {
@ -27,6 +28,7 @@
treesit-grammars.with-all-grammars
vterm
pdf-tools
mu4e
]
)
);