diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/firefox.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = { |