Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 2397c0f6c4 - Show all commits

View file

@ -1,7 +1,12 @@
# Shamelessly stolen most parts from https://github.com/schizofox/schizofox # Shamelessly stolen most parts from https://github.com/schizofox/schizofox
{ pkgs, ... }: final: prev: { { pkgs, inputs, lib, ... }: final: prev: let
firefox-esr = pkgs.mkNixPak { mkNixPak = inputs.nixpak.lib.nixpak {
inherit (pkgs) lib;
inherit pkgs;
};
in {
firefox-esr = mkNixPak {
config = { sloth, ... }: { config = { sloth, ... }: {
app.package = pkgs.firefox-esr; app.package = pkgs.firefox-esr;
flatpak.appId = "org.mozilla.firefox"; flatpak.appId = "org.mozilla.firefox";