Modifications to allow using in system flake, at the expense of pkgs-unstable
This commit is contained in:
parent
972e0b36e1
commit
110fa225d4
5 changed files with 50 additions and 28 deletions
|
@ -1,7 +1,8 @@
|
|||
{ unstable, ... }: {
|
||||
#{ pkgs-unstable, ... }: {
|
||||
{ ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = unstable.pkgs.firefox;
|
||||
#package = pkgs-unstable.firefox;
|
||||
policies = {
|
||||
DisableTelemetry = false;
|
||||
DisablePocket = true;
|
||||
|
|
Reference in a new issue