users/home-manager: replace google-chrome-dev with google-chrome

This commit is contained in:
Gabriel Arazas 2023-11-09 09:42:08 +08:00
parent 7c2a3dcf7e
commit 5ca4c8bb4d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -5,7 +5,7 @@
config = lib.mkMerge [ config = lib.mkMerge [
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
google-chrome-dev google-chrome
nyxt nyxt
]; ];