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 e86fb7120d - Show all commits

View file

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