From 1eb0d0fc7978bdf6230ce421ef0999ce306da42d Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 2 Jul 2023 22:31:14 +0900 Subject: [PATCH] Testing --- common/dotfiles/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dotfiles/firefox.nix b/common/dotfiles/firefox.nix index 70ed7b50..84236e22 100644 --- a/common/dotfiles/firefox.nix +++ b/common/dotfiles/firefox.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: { - + # https://github.com/NixOS/nixpkgs/issues/21244 pkgs.firefox.override (args: args // { extraPrefs = '' lockPref("extension.pocket.enabled", false);