summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 3abc877..f524bd1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -20,3 +20,10 @@ To use, clone Repository in `/etc/nix-config` and put the following in
 
 }
 ```
+Adding a new File is as simple as
+```bash
+ echo '{ config, pkgs, ... }:
+
+{
+}' > yourNewFile.nix
+```