WAIT LET HIM COOK
This commit is contained in:
parent
8e6729ce66
commit
d52dc9f7b1
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Shamelessly stolen most parts from https://github.com/schizofox/schizofox
|
||||
|
||||
{ pkgs, ... }: final: prev: {
|
||||
{ ... }: final: prev: {
|
||||
firefox-esr = let
|
||||
sandboxed-firefox-esr = pkgs.mkNixPak {
|
||||
config = { sloth, pkgs, ... }: {
|
||||
app.package = pkgs.firefox-esr;
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = prev.firefox-esr;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
dbus.policies = {
|
||||
|
|
Loading…
Add table
Reference in a new issue