feat(emacs): remove vterm

This commit is contained in:
2025-05-25 22:41:23 +02:00
parent 56cd6332ae
commit 275cd01243
6 changed files with 21 additions and 10 deletions

View File

@@ -24,7 +24,6 @@
config = let
emacsPkg = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (
epkgs: [
epkgs.vterm
epkgs.mu4e
epkgs.pdf-tools
]
@@ -49,7 +48,10 @@
};
modules = {
shell.starship.jjIntegration = true;
shell = {
eatIntegration = true;
starship.jjIntegration = true;
};
bat.extras = true;
packages.emacsPackage = emacsPkg;
mopidy.enable = true;