Make lucid settings linux only

This commit is contained in:
Sameer Rahmani 2024-03-26 14:20:16 +00:00
parent db5cee29d8
commit 23fa9d8311
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 4 additions and 2 deletions

View File

@ -38,11 +38,13 @@
};
lemacs = pkgs.emacs29.override {
withTreeSitter = true;
} // (pkgs.lib.optionalAttrs (pkgs.stdenv.isLinux) {
# Gtk causes a flickering issue on WM mode
withGTK3 = false;
toolkit = "lucid";
withTreeSitter = true;
};
});
elispDepsFile = ./lisp/fg42/deps.el;