diff options
author | makefu <github@syntax-fehler.de> | 2017-12-29 00:12:37 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-29 00:12:37 +0100 |
commit | b7954ebe00060a93191253d40ad5869e65b50966 (patch) | |
tree | e644b730ea65824cb7e0758043a93d001f1ce944 /makefu/2configs/mosh.nix | |
parent | ce8efbc80bc05f27f55ea87be2d826134afec6fd (diff) |
ma mosh: init
Diffstat (limited to 'makefu/2configs/mosh.nix')
-rw-r--r-- | makefu/2configs/mosh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/mosh.nix b/makefu/2configs/mosh.nix new file mode 100644 index 000000000..1c2e34e0b --- /dev/null +++ b/makefu/2configs/mosh.nix @@ -0,0 +1,3 @@ +{ + programs.mosh.enable = true; +} |