From 47c23c83f3a5b047756e3ec8cf6bb9d30ed1994a Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 10 Dec 2023 15:25:15 -0600 Subject: [PATCH] chrome: beta -> stable --- home/features/desktop/chrome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/chrome.nix b/home/features/desktop/chrome.nix index 9287c01..20acf8a 100644 --- a/home/features/desktop/chrome.nix +++ b/home/features/desktop/chrome.nix @@ -1,5 +1,5 @@ { pkgs, inputs, outputs, lib, ... }: { home.packages = with pkgs; [ - google-chrome-beta + google-chrome ]; }