From 77637e6562baa675d2b29202e5c5b36843071043 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 16 Sep 2024 23:35:05 +0200 Subject: [PATCH] fix: make it build on macOS --- home/apps/browsers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/apps/browsers.nix b/home/apps/browsers.nix index c6f57e0..36d6776 100644 --- a/home/apps/browsers.nix +++ b/home/apps/browsers.nix @@ -15,7 +15,7 @@ in }; programs.firefox = { - enable = true; + enable = isLinux; profiles.default = { search.default = "DuckDuckGo"; search.force = true;