NixOS/home/modules/hyprland/scripts/gnome-keyring.sh

7 lines
144 B
Bash
Raw Normal View History

2024-06-12 09:54:11 +07:00
#/usr/bin/bash
secret_file=$1
cat "$secret_file" | gnome-keyring-daemon --unlock
gnome-keyring-daemon --start --components=pkcs11,secrets,ssh