this repo has no description
at nixos 12 lines 196 B view raw
1{ ... }: 2 3{ 4 programs = { 5 adb.enable = true; 6 amnezia-vpn.enable = true; 7 nix-ld.enable = true; 8 ssh.startAgent = true; 9 bash.blesh.enable = true; 10 steam.enable = true; 11 }; 12}