diff --git a/modules/home/firefox.nix b/modules/home/firefox.nix index f1f6f04..36d6b57 100644 --- a/modules/home/firefox.nix +++ b/modules/home/firefox.nix @@ -2,6 +2,7 @@ config, inputs, pkgs, + pkgs-unstable, lib, ... }: @@ -11,6 +12,7 @@ config = lib.mkIf config.myConfig.firefox.enable { programs.firefox = { enable = true; + package = pkgs-unstable.firefox; profiles.default = { settings =