feat(desktop): replace ungoogle-chromium with brave.

This commit is contained in:
CronyAkatsuki 2025-09-22 14:19:56 +02:00
parent 07125bb279
commit 988b548c03

View file

@ -12,7 +12,7 @@
# Enable theming chromium + use ungoogled chromium package # Enable theming chromium + use ungoogled chromium package
programs.chromium = { programs.chromium = {
enable = true; enable = true;
package = pkgs.ungoogled-chromium; package = pkgs.brave;
# Fix for wayland # Fix for wayland
commandLineArgs = [ commandLineArgs = [
"--ozone-platform-hint=auto" "--ozone-platform-hint=auto"