nevermind
This commit is contained in:
parent
a8f7b7727c
commit
02ddef246b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
# https://github.com/schizofox/schizofox/blob/cdf69b2a445ff12680657a3bd44ce7c406bf2ae6/flake/modules/home-manager/default.nix
|
||||
|
||||
{ ... }: final: prev: {
|
||||
firefox-esr = { cfg, ... }: let
|
||||
sandboxed-firefox-esr = prev.mkNixPak {
|
||||
firefox-esr = let
|
||||
sandboxed-firefox-esr = cfg: prev.mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = prev.firefox-esr.overrides cfg;
|
||||
app.binPath = "bin/firefox-esr";
|
||||
|
|
Loading…
Add table
Reference in a new issue