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;