From 5e3300e6ffc46e9cd62c4f584e6cdb61459a9e9c Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:02:23 +0100 Subject: [PATCH] Use brave instead of chrome --- nixos-configurations/shared-desktop.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index d3e741e..7b1d783 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -41,7 +41,7 @@ }; chromium = { enable = true; - package = pkgs.google-chrome; + package = pkgs.brave; }; vscode = { enable = true; @@ -86,7 +86,6 @@ discord qbittorrent neofetch - chromium ]; }; };