uhhhhhhhh

This commit is contained in:
caem 2025-01-24 17:22:24 +01:00
parent 6077c13df0
commit e86fb7120d
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -2,7 +2,8 @@
{ pkgs, ... }: final: prev: {
firefox-esr = let
sandboxed-firefox-esr = pkgs.mkNixPak {
cleanPkgs = import pkgs.path {};
sandboxed-firefox-esr = cleanPkgs.mkNixPak {
config = { sloth, ... }: {
app.package = pkgs.firefox-esr;
app.binPath = "bin/firefox-esr";