I might be cooking
This commit is contained in:
parent
dbe43f9566
commit
99f82d4bc6
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
# https://github.com/schizofox/schizofox/blob/cdf69b2a445ff12680657a3bd44ce7c406bf2ae6/flake/modules/home-manager/default.nix
|
||||
|
||||
{ ... }: final: prev: {
|
||||
firefox-esr = let
|
||||
firefox-esr = { cfg, ... }: let
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = prev.firefox-esr;
|
||||
app.package = prev.firefox-esr.overrides cfg;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue