From c1f199aaa91799a7c0aaa44ca4979311a00f5f40 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Fri, 21 Jun 2024 05:33:48 +0200 Subject: [PATCH] feat(pkg): use google-chrome channel instead of google-chrome-beta --- packages.nix | 4 ++-- programs/zsh.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.nix b/packages.nix index cf43791..aa20750 100644 --- a/packages.nix +++ b/packages.nix @@ -11,7 +11,7 @@ "code" "vivaldi" - "google-chrome-beta" + "google-chrome" "slack" "spotify" "spotify-unwrapped" @@ -85,7 +85,7 @@ firefox vivaldi - google-chrome-beta + google-chrome epiphany offpunk lagrange diff --git a/programs/zsh.nix b/programs/zsh.nix index c9e0ca4..859042b 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -57,7 +57,7 @@ } lh() { - CHROME_PATH=$(which google-chrome-beta) pnpm dlx lighthouse $1 --view + CHROME_PATH=$(which google-chrome) pnpm dlx lighthouse $1 --view } unalias v