From fdef2992393032876fa1ae9fe0d1332a4a68c26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 6 Oct 2024 13:38:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20(aurum)=20enable=20seahors?= =?UTF-8?q?e,=20instead=20of=20simply=20having=20its=20package,=20will=20s?= =?UTF-8?q?et=20askPassword=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/packages.nix | 1 - hosts/aurum/system/security.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/packages.nix b/home/packages.nix index d52f9a0..a166fb2 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -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 diff --git a/hosts/aurum/system/security.nix b/hosts/aurum/system/security.nix index b9c7b1d..6d74197 100644 --- a/hosts/aurum/system/security.nix +++ b/hosts/aurum/system/security.nix @@ -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;