summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-17 15:54:02 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-17 15:54:02 -0500
commita688539807108266f4181e229407861cb86e3b9f (patch)
tree8f9baf0cb951781f65004d547c63c77556c958a7 /modules
parent8df4901a8e4a3526ac8ec037b65283be38925560 (diff)
downloadnixos-a688539807108266f4181e229407861cb86e3b9f.tar.xz
nixos-a688539807108266f4181e229407861cb86e3b9f.zip
firefox home enable mkdefault true instead of true
Diffstat (limited to 'modules')
-rw-r--r--modules/home/firefox.nix4
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 = {