From f08a97132e9078e7f233fb67923a9a100c607032 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 5 Dec 2022 15:33:47 +0100 Subject: [PATCH] Update firefox.nix --- home/modules/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/firefox.nix b/home/modules/firefox.nix index ad0e9e0f..8b59e8ee 100644 --- a/home/modules/firefox.nix +++ b/home/modules/firefox.nix @@ -1,3 +1,5 @@ +# TODO: https://github.com/nix-community/home-manager/commit/69d19b9839638fc487b370e0600a03577a559081 + { inputs, config, nixosConfig, lib, mylib, pkgs, ... }: with lib;