Refactor the whole configuration #1
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
|
# https://github.com/schizofox/schizofox/blob/cdf69b2a445ff12680657a3bd44ce7c406bf2ae6/flake/modules/home-manager/default.nix
|
||||||
|
|
||||||
{ ... }: final: prev: {
|
{ ... }: final: prev: {
|
||||||
firefox-esr = { cfg, ... }: let
|
firefox-esr = let
|
||||||
sandboxed-firefox-esr = prev.mkNixPak {
|
sandboxed-firefox-esr = cfg: prev.mkNixPak {
|
||||||
config = { sloth, ... }: {
|
config = { sloth, ... }: {
|
||||||
app.package = prev.firefox-esr.overrides cfg;
|
app.package = prev.firefox-esr.overrides cfg;
|
||||||
app.binPath = "bin/firefox-esr";
|
app.binPath = "bin/firefox-esr";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue