summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-04 19:10:52 +0100
committersils <sils@sils.li>2022-12-04 19:10:52 +0100
commit405caba09f283b742ac76985154903264cb3f3e4 (patch)
tree0ee3072fe8fae18aaea2f046d6939f14a7407610 /Readme.md
parentSwitch to Plasma (diff)
downloadnix-config-405caba09f283b742ac76985154903264cb3f3e4.tar.gz
nix-config-405caba09f283b742ac76985154903264cb3f3e4.zip
Added new File hint to Readme
Diffstat (limited to 'Readme.md')
-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
+```