DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: b59eb2682c9b63c2452ad88969a7013dc929a1ab nix-arta/modules/nixos/ssh-agent.nix -rw-r--r-- 114 bytes
b59eb268Jonni Liljamo flake: update hyprland and hy3 to 0.53.* 15 days ago
                                                                                
1
2
3
4
5
6
{
  flake.modules.nixos.ssh-agent = {...}: {
    # TODO: auto add keys
    programs.ssh.startAgent = true;
  };
}