byebye emacs

This commit is contained in:
xenia 2024-06-05 00:44:38 +02:00
parent cc7bb2aaba
commit eae1582008

View File

@ -23,15 +23,4 @@ in rec {
] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]); ] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]);
programs.alacritty = alacritty; programs.alacritty = alacritty;
programs.emacs = {
package = pkgs.emacs;
enable = true;
extraPackages = epkgs: with epkgs; [
vterm bind-key rust-mode lsp-mode company meow agda2-mode haskell-mode
terraform-mode nix-mode insert-kaomoji
];
extraConfig = builtins.readFile ../dotfiles/init.el;
};
} }