This commit is contained in:
albert 2025-03-01 19:25:10 -08:00
parent c90ddbb954
commit 548b745e86
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,20 +1,5 @@
# { ... }: {
# programs.librewolf = {
# enable = true;
# # Enable WebGL, cookies and history
# settings = {
# "webgl.disabled" = false;
# "privacy.resistFingerprinting" = false;
# "privacy.clearOnShutdown.history" = false;
# "privacy.clearOnShutdown.cookies" = false;
# "network.cookie.lifetimePolicy" = 0;
# };
# };
#]
{ pkgs, ... }: {
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
programs.librewolf = {
enable = true;
profiles.default = {