add real chrome

This commit is contained in:
TheWanderingCrow 2025-09-25 20:37:11 -04:00
parent 7fd856a54e
commit 8a896eb5b3

View file

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