gnome-keyring > gcr_4

This commit is contained in:
Danilo Reyes 2025-10-04 10:43:47 -06:00
parent e632276274
commit 180f467c46
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
cookies = [ cookies = [
"firefox" "firefox"
"/home/jawz/.librewolf/jawz" "/home/jawz/.librewolf/jawz"
"gnomekeyring" "gcr_4"
]; ];
retries = 10; retries = 10;
sleep-request = 0; sleep-request = 0;

View File

@ -138,7 +138,7 @@ in
}; };
protonmail-bridge = { protonmail-bridge = {
enable = true; enable = true;
path = [ pkgs.gnome-keyring ]; path = [ pkgs.gcr_4 ];
}; };
ollama = { ollama = {
enable = true; enable = true;

View File

@ -19,7 +19,7 @@
embed-thumbnail = true; embed-thumbnail = true;
embed-subs = true; embed-subs = true;
sub-langs = "all"; sub-langs = "all";
cookies-from-browser = "firefox+gnomekeyring:/home/jawz/.librewolf/jawz"; cookies-from-browser = "firefox+gcr_4:/home/jawz/.librewolf/jawz";
}; };
}; };
gallery-dl = { gallery-dl = {