feat(desktop): replace ungoogle-chromium with brave.
This commit is contained in:
parent
07125bb279
commit
988b548c03
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue