mosh profile

This commit is contained in:
Andrea Ciceri 2023-04-02 16:34:57 +02:00
parent a009cc3137
commit c6946938eb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 5 additions and 0 deletions

3
modules/mosh/default.nix Normal file
View file

@ -0,0 +1,3 @@
{
programs.mosh.enable = true;
}