Refactor the whole configuration #1
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
{ ... }: final: prev: {
|
{ ... }: final: prev: {
|
||||||
firefox-esr = let
|
firefox-esr = let
|
||||||
sandboxed-firefox-esr = cfg: prev.mkNixPak {
|
sandboxed-firefox-esr = prev.mkNixPak {
|
||||||
config = { sloth, ... }: {
|
config = { sloth, ... }: {
|
||||||
app.package = prev.firefox-esr.overrides cfg;
|
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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue