From 606ced78f13f49f0b36cb6d3497f5d5425d1d9d3 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 4 Jun 2024 09:08:01 +0100 Subject: [PATCH] Configure google chrome command --- home/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 1cca896d..1c531d88 100644 --- a/home/home.nix +++ b/home/home.nix @@ -98,7 +98,10 @@ in { theme = "nord"; vscode-theme = "Dracula"; defaults = { - browser = "google-chrome"; + browser = { + name = "google-chrome"; + command = "google-chrome-stable"; + }; terminal = "alacritty"; }; is-dark-theme = true;