Getting emacs to lag less in wayland

This commit is contained in:
Emmet
2023-08-12 13:47:14 -05:00
parent 843add9ec9
commit cdea958283
5 changed files with 25 additions and 2 deletions

View File

@@ -4,8 +4,10 @@ let
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
in
{
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs28-gtk2;
doomPrivateDir = ./.;
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34
# Only init/packages so we only rebuild when those change.