️ (aurum) enable seahorse, instead of simply having its package, will set askPassword automatically

This commit is contained in:
Laureηt 2024-10-06 13:38:20 +02:00
parent 81368232c0
commit fdef299239
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,6 @@
docker-compose # docker compose
duf # replacement for df
nautilus # file explorer
seahorse # key manager
jaq # (fast) json utils
jmtpfs # for Android MTP
keepassxc # password manager

View file

@ -12,6 +12,9 @@
# secrets keyring
services.gnome.gnome-keyring.enable = true;
# seahorse secret manager
programs.seahorse.enable = true;
# RealtimeKit system
security.rtkit.enable = true;