pasystray --key-grabbing --notify-all

This commit is contained in:
Motiejus Jakštys 2023-09-19 15:20:53 +03:00
parent 254dc0446b
commit b095b49818
1 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,10 @@
};
};
services.pasystray.enable = true;
services.pasystray = {
enable = true;
extraOptions = ["--key-grabbing" "--notify=all"];
};
services.gpg-agent = {
enable = true;