diff options
author | Leonardo Santiago <[email protected]> | 2025-07-25 11:41:51 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-25 11:41:51 -0300 |
commit | 7b4f48e8147a43f2b1b0b224fe3b19cd42158c66 (patch) | |
tree | bd49b218618cc1e290ae1110e7196a80ac65f7af | |
parent | 5b0241925012f881ad69e070c9e5203e8f135c9e (diff) |
-rw-r--r-- | modules/emacs/package.nix | 4 |
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 |