summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-07-25 11:38:20 -0300
committerLeonardo Santiago <[email protected]>2025-07-25 11:38:20 -0300
commit5b0241925012f881ad69e070c9e5203e8f135c9e (patch)
treee65e50b9138fbedc20d874edb46fc564ca34f54e /modules
parent35ac4b36f67bdc2cdf3170334c0450dd638e5a5a (diff)
fix: more emacs related stuff
Diffstat (limited to 'modules')
-rw-r--r--modules/emacs/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/emacs/package.nix b/modules/emacs/package.nix
index 0c61afb..11fb71d 100644
--- a/modules/emacs/package.nix
+++ b/modules/emacs/package.nix
@@ -10,11 +10,11 @@
in
pkgs.emacsWithPackagesFromUsePackage {
package = pkgs.emacs-unstable.override {
- withGTK3 = true;
+ withGTK3 = pkgs.stdenv.isLinux;
withNativeCompilation = true;
withAlsaLib = pkgs.stdenv.isLinux;
- withSystemd = true;
- withToolkitScrollBars = true;
+ withSystemd = pkgs.stdenv.isLinux;
+ withToolkitScrollBars = pkgs.stdenv.isLinux;
withImageMagick = true;
};
override = epkgs: let