A wofi-based profile launcher inspired by
rofirefox. It's compatible with any
mozilla-like .ini file profiles, including Firefox, Thunderbird and Zen
Browser.
It's just a (nu)shell script - make sure you have Nushell installed, then place it wherever your other scripts go.
Add the following to your flake.nix.
runzilla.url = "github:valyntyler/runzilla";
runzilla.inputs.nixpkgs.follows = "nixpkgs";Then, enable the package by adding wofizilla.packages.x86_64-linux.wozilla to
your system packages.
wofizilla <command>: [ zen | firefox | thunderbird]Usage with other programs is possible by specifying the --config-path flag:
wofizilla floorp --config-path ~/.floorp/profiles.ini