feat: remove firefox
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s

This commit is contained in:
uttarayan21
2025-08-16 03:35:21 +05:30
parent aa3921d7ec
commit 9b1a9e5292

View File

@@ -53,5 +53,5 @@
}; };
in { in {
programs.librewolf = config; programs.librewolf = config;
programs.firefox = config; # programs.firefox = config;
} }