browsers ugh

This commit is contained in:
Matt Nish-Lapidus 2025-05-09 14:48:41 -04:00
parent 15c198fa72
commit 63ee037c90
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -931,11 +931,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1746621361,
"narHash": "sha256-T9vOxEqI1j1RYugV0b9dgy0AreiZ9yBDKZJYyclF0og=",
"lastModified": 1746814339,
"narHash": "sha256-hf2lICJzwACWuzHCmZn5NI6LUAOgGdR1yh8ip+duyhk=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "2ea3ad8a1f26a76f8a8e23fc4f7757c46ef30ee5",
"rev": "3c5e12673265dfb0de3d9121420c0c2153bf21e0",
"type": "github"
},
"original": {

View file

@ -20,12 +20,12 @@ in
programs = {
zen-browser = {
enable = true;
policies = firefox-policies;
# policies = firefox-policies;
};
librewolf = {
enable = true;
policies = firefox-policies;
# policies = firefox-policies;
};
chromium = {