fix: start keyring on start and use gdm

This commit is contained in:
nydragon 2025-03-06 20:46:58 +01:00
parent 302375470f
commit 9e6a4f3559
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
3 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ mkIf osConfig.programs.hyprland.enable {
exec-once = [
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
"${pkgs.keepassxc}/bin/keepassxc"
"${getExe' pkgs.gnome-keyring "gnome-keyring-daemon"}"
];
general = {

View file

@ -10,7 +10,7 @@ let
in
mkIf config.programs.ssh.enable {
programs.ssh = {
addKeysToAgent = "confirm";
addKeysToAgent = "yes";
matchBlocks = {
deck = {
hostname = "steamdeck";

View file

@ -56,6 +56,7 @@ in
scripts.set-background
scripts.fishl
scripts.nrun
scripts.nruni
scripts.rpaste
scripts.genswitch
scripts.gentest