From f5d067eb4ed979abfb29c5d9ccdfea2d7f0a8e69 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 1 Jul 2018 07:25:27 +0000 Subject: [PATCH] Note about internals --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2153197..55bfa05 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Simple application VM's based on Nix package manager. +Uses one /nix directory for all appvms. So creating a new appvm (but not first) is just about one minute. + Designed primarily for full screen usage without guest additions. It's a proof-of-concept, but you can still use it. Also there is a lot of strange things inside, don't afraid of :)