This commit is contained in:
TheWanderingCrow 2025-09-02 13:34:38 -04:00
parent e2c30b16f3
commit da9477822d

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.chromium = {
enable = true;
package = pkgs.ungoogled-chromium;
package = pkgs.chromium;
};
programs.firefox = {