From 991448ea5b8509a8ffba543c3c7d62465e00dc41 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 16 Feb 2025 20:53:51 -0600 Subject: [PATCH] firefox: disable theming for now Signed-off-by: Myned --- modules/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/firefox/default.nix b/modules/firefox/default.nix index b87c9be..ad63c28 100644 --- a/modules/firefox/default.nix +++ b/modules/firefox/default.nix @@ -3,7 +3,7 @@ inputs, lib, pkgs, - theme ? true, + theme ? false, ... }: with lib; {