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
8
flake.lock
generated
8
flake.lock
generated
|
@ -990,11 +990,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1759846034,
|
"lastModified": 1760201629,
|
||||||
"narHash": "sha256-gdA2nBOsjVnv94JHYmoH2aEBb55YBtYGJxktde0ipmg=",
|
"narHash": "sha256-Lw3ddEY25LYq40q2DJyPiITNbaPB0k9+2lljLBHKA+Y=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "52c68ac9430d638a64d608c18cd6c4c38d1dc0e6",
|
"rev": "a4390896ddd6015e320e4dd8b8834797dcb1f071",
|
||||||
"revCount": 39,
|
"revCount": 40,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///etc/nixos.secrets"
|
"url": "file:///etc/nixos.secrets"
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,6 +20,7 @@ in {
|
||||||
programs.brave.commandLineArgs = [
|
programs.brave.commandLineArgs = [
|
||||||
"--password-store=gnome-libsecret"
|
"--password-store=gnome-libsecret"
|
||||||
"--enable-accelerated-video-decode"
|
"--enable-accelerated-video-decode"
|
||||||
|
"--disable-features=WaylandWpColorManagerV1"
|
||||||
];
|
];
|
||||||
xdg.mimeApps.defaultApplications = lib.mkIf (config.userSettings.browser == "brave" ) {
|
xdg.mimeApps.defaultApplications = lib.mkIf (config.userSettings.browser == "brave" ) {
|
||||||
"text/html" = "brave-browser.desktop";
|
"text/html" = "brave-browser.desktop";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue