This commit is contained in:
Emmet 2025-10-11 11:58:35 -05:00
parent e02cee41ba
commit 9066c1144a
2 changed files with 5 additions and 4 deletions

View file

@ -20,6 +20,7 @@ in {
programs.brave.commandLineArgs = [
"--password-store=gnome-libsecret"
"--enable-accelerated-video-decode"
"--disable-features=WaylandWpColorManagerV1"
];
xdg.mimeApps.defaultApplications = lib.mkIf (config.userSettings.browser == "brave" ) {
"text/html" = "brave-browser.desktop";