From 180f467c4650fccb161765861c785d5345cd8a1f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 4 Oct 2025 10:43:47 -0600 Subject: [PATCH] gnome-keyring > gcr_4 --- dotfiles/gallery-dl.nix | 2 +- hosts/workstation/configuration.nix | 2 +- modules/shell/multimedia.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/gallery-dl.nix b/dotfiles/gallery-dl.nix index bb1c11d..e6dfd43 100644 --- a/dotfiles/gallery-dl.nix +++ b/dotfiles/gallery-dl.nix @@ -4,7 +4,7 @@ cookies = [ "firefox" "/home/jawz/.librewolf/jawz" - "gnomekeyring" + "gcr_4" ]; retries = 10; sleep-request = 0; diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index e7b6ae8..d59ac78 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -138,7 +138,7 @@ in }; protonmail-bridge = { enable = true; - path = [ pkgs.gnome-keyring ]; + path = [ pkgs.gcr_4 ]; }; ollama = { enable = true; diff --git a/modules/shell/multimedia.nix b/modules/shell/multimedia.nix index 3407c68..d0b6faf 100644 --- a/modules/shell/multimedia.nix +++ b/modules/shell/multimedia.nix @@ -19,7 +19,7 @@ embed-thumbnail = true; embed-subs = true; sub-langs = "all"; - cookies-from-browser = "firefox+gnomekeyring:/home/jawz/.librewolf/jawz"; + cookies-from-browser = "firefox+gcr_4:/home/jawz/.librewolf/jawz"; }; }; gallery-dl = {