From a688539807108266f4181e229407861cb86e3b9f Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Jul 2025 15:54:02 -0500 Subject: firefox home enable mkdefault true instead of true --- modules/home/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/home') diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index 30fd08a..8aa1af3 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -1,6 +1,6 @@ -{ pkgs, userDetails, ... }: { +{ lib, pkgs, userDetails, ... }: { programs.firefox = { - enable = true; + enable = lib.mkDefault true; arkenfox.enable = true; profiles = let search = { -- cgit v1.2.3