From 35ac4b36f67bdc2cdf3170334c0450dd638e5a5a Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Fri, 25 Jul 2025 11:30:54 -0300 Subject: fix: only enable alsa if its linux --- modules/emacs/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/emacs') diff --git a/modules/emacs/package.nix b/modules/emacs/package.nix index 97e940b..0c61afb 100644 --- a/modules/emacs/package.nix +++ b/modules/emacs/package.nix @@ -12,7 +12,7 @@ in package = pkgs.emacs-unstable.override { withGTK3 = true; withNativeCompilation = true; - withAlsaLib = true; + withAlsaLib = pkgs.stdenv.isLinux; withSystemd = true; withToolkitScrollBars = true; withImageMagick = true; -- cgit v1.2.3