Testing moving to LibreWolf
This commit is contained in:
parent
d4203e8b4c
commit
50259220a4
2 changed files with 3 additions and 3 deletions
nixos/common
|
@ -38,7 +38,7 @@
|
|||
drawing
|
||||
elementary-xfce-icon-theme
|
||||
evince
|
||||
firefox
|
||||
# firefox
|
||||
foliate
|
||||
font-manager
|
||||
gimp-with-plugins
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.firefox = {
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf;
|
||||
# package = pkgs.librewolf;
|
||||
# https://search.nixos.org/options?channel=23.05&show=programs.firefox.preferences&from=0&size=50&sort=relevance&type=packages&query=firefox
|
||||
preferences = {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue