hmmm
This commit is contained in:
parent
284e035cdf
commit
2397c0f6c4
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
# Shamelessly stolen most parts from https://github.com/schizofox/schizofox
|
||||
|
||||
{ pkgs, ... }: final: prev: {
|
||||
firefox-esr = pkgs.mkNixPak {
|
||||
{ pkgs, inputs, lib, ... }: final: prev: let
|
||||
mkNixPak = inputs.nixpak.lib.nixpak {
|
||||
inherit (pkgs) lib;
|
||||
inherit pkgs;
|
||||
};
|
||||
in {
|
||||
firefox-esr = mkNixPak {
|
||||
config = { sloth, ... }: {
|
||||
app.package = pkgs.firefox-esr;
|
||||
flatpak.appId = "org.mozilla.firefox";
|
||||
|
|
Loading…
Add table
Reference in a new issue