nevermind

This commit is contained in:
caem 2025-01-24 22:57:18 +01:00
parent a8f7b7727c
commit 02ddef246b
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -3,8 +3,8 @@
# https://github.com/schizofox/schizofox/blob/cdf69b2a445ff12680657a3bd44ce7c406bf2ae6/flake/modules/home-manager/default.nix
{ ... }: final: prev: {
firefox-esr = { cfg, ... }: let
sandboxed-firefox-esr = prev.mkNixPak {
firefox-esr = let
sandboxed-firefox-esr = cfg: prev.mkNixPak {
config = { sloth, ... }: {
app.package = prev.firefox-esr.overrides cfg;
app.binPath = "bin/firefox-esr";