add gnome keyring support

needed for feishin to remember navidrome password
This commit is contained in:
xunuwu 2025-03-06 21:45:50 +01:00
parent d6b696b6ea
commit 19320367f9
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,11 @@
./waybar.nix
];
services.gnome-keyring = {
enable = true;
components = ["secrets"];
};
services.cliphist = {
enable = true;
systemdTargets = ["sway-session.target"];