pro-laptop: Add emacs
All checks were successful
check / check (push) Successful in 32s

This commit is contained in:
Florian RICHER 2024-09-16 13:50:52 +02:00
parent 35a467eab3
commit d8db810f8a
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -14,6 +14,11 @@
kitty.enable = true;
};
editors = {
emacs.enable = true;
vscode.enable = true;
};
shell = {
zsh.enable = true;
atuin.enable = true;