not so sure anymore if it's going to work
This commit is contained in:
parent
c883d29c18
commit
7654fb3e24
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
# https://github.com/ryan4yin/nix-config/blob/7deed26cc5a3af2072b8c89a688f265607babc80/hardening/nixpaks/firefox.nix
|
||||
# https://github.com/schizofox/schizofox/blob/cdf69b2a445ff12680657a3bd44ce7c406bf2ae6/flake/modules/home-manager/default.nix
|
||||
|
||||
{ ... }: final: prev: {
|
||||
{ cfg, ... }: final: prev: {
|
||||
firefox-esr = let
|
||||
sandboxed-firefox-esr = cfg: prev.mkNixPak {
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = (prev.firefox-esr.override cfg);
|
||||
app.binPath = "bin/firefox-esr";
|
||||
|
|
Loading…
Add table
Reference in a new issue