Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 76 B view raw
1{ pkgs, ... }: 2 3{ 4 programs.ssh = { 5 package = pkgs.openssh_hpn; 6 }; 7}