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
|
# Shamelessly stolen most parts from https://github.com/schizofox/schizofox
|
||||||
|
|
||||||
{ pkgs, ... }: final: prev: {
|
{ ... }: final: prev: {
|
||||||
firefox-esr = let
|
firefox-esr = let
|
||||||
sandboxed-firefox-esr = pkgs.mkNixPak {
|
sandboxed-firefox-esr = prev.mkNixPak {
|
||||||
config = { sloth, pkgs, ... }: {
|
config = { sloth, ... }: {
|
||||||
app.package = pkgs.firefox-esr;
|
app.package = prev.firefox-esr;
|
||||||
app.binPath = "bin/firefox-esr";
|
app.binPath = "bin/firefox-esr";
|
||||||
flatpak.appId = "org.mozilla.firefox";
|
flatpak.appId = "org.mozilla.firefox";
|
||||||
dbus.policies = {
|
dbus.policies = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue