Compare commits

...

2 commits

2 changed files with 11 additions and 0 deletions

View file

@ -75,6 +75,7 @@
nextcloud-client nextcloud-client
calibre calibre
libreoffice libreoffice
element-desktop
] ]
++ (with unstable; [xournalpp]); ++ (with unstable; [xournalpp]);
}; };

View file

@ -16,5 +16,15 @@
enableZshIntegration = true; enableZshIntegration = true;
pinentryFlavor = "gnome3"; pinentryFlavor = "gnome3";
}; };
# Prevent clobbering SSH_AUTH_SOCK
home.sessionVariables.GSM_SKIP_SSH_AGENT_WORKAROUND = "1";
# Disable gnome-keyring ssh-agent
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
${lib.fileContents "${pkgs.gnome3.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop"}
Hidden=true
'';
}; };
} }