fuck it
This commit is contained in:
parent
67a34cb08d
commit
e0880ff700
3 changed files with 14 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# 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: {
|
||||
{ lib, ... }: final: prev: {
|
||||
firefox-esr-wrapped = let
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
|
@ -75,5 +75,5 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
sandboxed-firefox-esr.config.env;
|
||||
lib.makeOverridable sandboxed-firefox-esr.config.env;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue