This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-19 22:02:53 +02:00
parent 2513906a22
commit 85ec6f4c7c
5 changed files with 86 additions and 40 deletions

View File

@@ -1,7 +1,8 @@
{pkgs, secrets, user, inputs, ...}: {
{pkgs, pkgs-unstable, secrets, user, inputs, ...}: {
programs.firefox = {
enable = true;
package = pkgs.firefox;
package = pkgs-unstable.firefox;
# package = pkgs.firefox;
profiles.${user} = {
# extensions = with inputs.firefox-addons; [
# ublock-origin