···11{
22 config,
33+ lib,
34 pkgs,
4556 isDarwin,
···5657 # Makes electron apps use ozone and not crash because xwayland is not there
5758 NIXOS_OZONE_WL = "1";
58596060+ SSH_ASKPASS = lib.getExe pkgs.lxqt.lxqt-openssh-askpass;
5961 # Respect XDG spec
6062 BUN_INSTALL = "${config.xdg.dataHome}/bun";
6163 CALCHISTFILE = "${config.xdg.cacheHome}/calc_history";
···153155 };
154156155157 services.tailscale-systray.enable = true;
158158+159159+ services.ssh-tpm-agent.enable = true;
160160+ # maybe? needed for ssh-tpm-agent to enroll the key the first time, find another way
156161 };
157162}