Refactor the whole configuration #1
1 changed files with 1 additions and 5 deletions
|
@ -8,7 +8,6 @@
|
||||||
config = { sloth, ... }: {
|
config = { sloth, ... }: {
|
||||||
app.package = prev.firefox-esr;
|
app.package = prev.firefox-esr;
|
||||||
app.binPath = "bin/firefox-esr";
|
app.binPath = "bin/firefox-esr";
|
||||||
app.name = "firefox-esr-wrapped";
|
|
||||||
flatpak.appId = "org.mozilla.firefox";
|
flatpak.appId = "org.mozilla.firefox";
|
||||||
|
|
||||||
dbus.policies = {
|
dbus.policies = {
|
||||||
|
@ -76,8 +75,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
prev.buildEnv {
|
sandboxed-firefox-esr.config.env;
|
||||||
name = "firefox-esr-wrapped";
|
|
||||||
paths = [ sandboxed-firefox-esr.config.env ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue