chrome: beta -> stable

This commit is contained in:
John Bowdre 2023-12-10 15:25:15 -06:00
parent a253a97430
commit 47c23c83f3

View file

@ -1,5 +1,5 @@
{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
google-chrome-beta
google-chrome
];
}