Modifications to allow using in system flake, at the expense of pkgs-unstable

This commit is contained in:
Lauren Lagarde 2025-03-09 18:23:21 -05:00
parent 972e0b36e1
commit 110fa225d4
5 changed files with 50 additions and 28 deletions

View file

@ -1,7 +1,8 @@
{ unstable, ... }: {
#{ pkgs-unstable, ... }: {
{ ... }: {
programs.firefox = {
enable = true;
package = unstable.pkgs.firefox;
#package = pkgs-unstable.firefox;
policies = {
DisableTelemetry = false;
DisablePocket = true;