mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixes
This commit is contained in:
parent
e02cee41ba
commit
9066c1144a
2 changed files with 5 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue