a very large amount of testing took place, adding librewolf is proving to be a pain since the unstable version fails to build
This commit is contained in:
parent
f3a2d6c808
commit
501935bab6
5 changed files with 105 additions and 49 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, stablepkgs, ... }:
|
||||
{
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
package = stablepkgs.librewolf;
|
||||
settings = {
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.downloads" = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue