From baefeb6664ee25f2c1b339439c99c05598da066c Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 19 Sep 2022 16:51:34 +0200 Subject: [PATCH] Add google chrome This has obviously been installed for a while already, but I needed chrome to google how to even nix. --- modules/mac.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mac.nix b/modules/mac.nix index d308f57..9e3b249 100644 --- a/modules/mac.nix +++ b/modules/mac.nix @@ -63,6 +63,7 @@ onActivation.upgrade = true; casks = [ "amethyst" + "google-chrome" "raycast" "iina" ];