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": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1746621361, "lastModified": 1746814339,
"narHash": "sha256-T9vOxEqI1j1RYugV0b9dgy0AreiZ9yBDKZJYyclF0og=", "narHash": "sha256-hf2lICJzwACWuzHCmZn5NI6LUAOgGdR1yh8ip+duyhk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "2ea3ad8a1f26a76f8a8e23fc4f7757c46ef30ee5", "rev": "3c5e12673265dfb0de3d9121420c0c2153bf21e0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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