update flake lock

This commit is contained in:
Lillian Violet 2025-07-05 14:03:37 +02:00
parent 6844ccaf9a
commit 1c5cc3c60d
4 changed files with 81 additions and 82 deletions

View file

@ -1,11 +1,7 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
programs.firefox = {
enable = true;
package = pkgs.floorp;
package = pkgs.librewolf;
policies = {
DisableTelemetry = true;
DisableFirefoxStudies = true;