6 lines
83 B
Nix
6 lines
83 B
Nix
{ config, pkgs, inputs, ... }:
|
|
{
|
|
# enable mosh
|
|
programs.mosh.enable = true;
|
|
}
|