nixos-config/2configs/mosh.nix

4 lines
35 B
Nix
Raw Normal View History

2017-12-29 00:12:37 +01:00
{
programs.mosh.enable = true;
}