diff options
Diffstat (limited to 'modules/home/arkenfox/default.nix')
| -rw-r--r-- | modules/home/arkenfox/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/arkenfox/default.nix b/modules/home/arkenfox/default.nix index 2841df1..fb023d0 100644 --- a/modules/home/arkenfox/default.nix +++ b/modules/home/arkenfox/default.nix @@ -68,7 +68,7 @@ in type = lib.types.attrsOf (lib.types.submodule arkenfoxSubmodule); }; - config = { + config = lib.mkIf config.programs.firefox.enable { home = { file = lib.mkMerge ( lib.mapAttrsToList (lib.const ( |
