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 ]; }