Update nixpkgs lock and disable Librewolf

Bump nixpkgs to the latest revision and set librewolf.enable to false
in both the Desktop and Laptop home module configurations.
This commit is contained in:
2026-06-20 13:18:34 +02:00
parent df3dd4a113
commit 76b582330e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ _: {
/*
Web browsers
*/
librewolf.enable = true; # Librewolf: a privacy-focused Firefox fork
librewolf.enable = false; # Librewolf: a privacy-focused Firefox fork
ungoogled-chromium.enable = false; # Ungoogled Chromium: a privacy-focused Chromium fork
/*