use gnome-keyring and remove other ssh-agent

This commit is contained in:
Romain Paquet 2025-07-18 00:39:59 +02:00
parent bf070bae60
commit 97e8b1f963
2 changed files with 2 additions and 1 deletions

View file

@ -15,5 +15,7 @@
self.inputs.matugen.packages.${pkgs.system}.default
];
services.gnome.gnome-keyring.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}

View file

@ -1,3 +1,2 @@
{
programs.ssh.startAgent = true;
}