uhhhhhhhh
This commit is contained in:
parent
6077c13df0
commit
e86fb7120d
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue