⚡️ (aurum) enable seahorse, instead of simply having its package, will set askPassword automatically
This commit is contained in:
parent
81368232c0
commit
fdef299239
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue