summaryrefslogtreecommitdiff
path: root/modules/emacs
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-07-25 11:41:51 -0300
committerLeonardo Santiago <[email protected]>2025-07-25 11:41:51 -0300
commit7b4f48e8147a43f2b1b0b224fe3b19cd42158c66 (patch)
treebd49b218618cc1e290ae1110e7196a80ac65f7af /modules/emacs
parent5b0241925012f881ad69e070c9e5203e8f135c9e (diff)
more emacsHEADmaster
Diffstat (limited to 'modules/emacs')
-rw-r--r--modules/emacs/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/emacs/package.nix b/modules/emacs/package.nix
index 11fb71d..982a3a6 100644
--- a/modules/emacs/package.nix
+++ b/modules/emacs/package.nix
@@ -11,10 +11,10 @@ in
pkgs.emacsWithPackagesFromUsePackage {
package = pkgs.emacs-unstable.override {
withGTK3 = pkgs.stdenv.isLinux;
- withNativeCompilation = true;
withAlsaLib = pkgs.stdenv.isLinux;
withSystemd = pkgs.stdenv.isLinux;
- withToolkitScrollBars = pkgs.stdenv.isLinux;
+ withToolkitScrollBars = true;
+ withNativeCompilation = true;
withImageMagick = true;
};
override = epkgs: let