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 50dd03499c - Show all commits

View file

@ -2,8 +2,7 @@
{ pkgs, ... }: final: prev: { { pkgs, ... }: final: prev: {
firefox-esr = let firefox-esr = let
cleanPkgs = import pkgs.path {}; sandboxed-firefox-esr = pkgs.mkNixPak {
sandboxed-firefox-esr = cleanPkgs.mkNixPak {
config = { sloth, ... }: { config = { sloth, ... }: {
app.package = pkgs.firefox-esr; app.package = pkgs.firefox-esr;
app.binPath = "bin/firefox-esr"; app.binPath = "bin/firefox-esr";