️ (home) 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 aad7932699
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
3 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,7 @@
./hyprland.nix ./hyprland.nix
./kanshi.nix ./kanshi.nix
./mako.nix ./mako.nix
./seahorse.nix
./swayidle.nix ./swayidle.nix
./swaylock.nix ./swaylock.nix
./xdg.nix ./xdg.nix

View file

@ -0,0 +1,5 @@
{...}: {
programs.seahorse = {
enable = true;
};
}

View file

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