wip: switch to librewolf

This commit is contained in:
Ranomier 2025-06-04 22:43:01 +02:00
parent 0b79642f7e
commit af0bb8743e
4 changed files with 48 additions and 11 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: let
package = pkgs.librewolf;
in {
# The logical browser of choice
programs.firefox = {
enable = true;
package = package;
};
}