diff options
author | sils <sils@sils.li> | 2022-12-04 19:10:52 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-04 19:10:52 +0100 |
commit | 405caba09f283b742ac76985154903264cb3f3e4 (patch) | |
tree | 0ee3072fe8fae18aaea2f046d6939f14a7407610 | |
parent | Switch to Plasma (diff) | |
download | nix-config-405caba09f283b742ac76985154903264cb3f3e4.tar.gz nix-config-405caba09f283b742ac76985154903264cb3f3e4.zip |
Added new File hint to Readme
Diffstat (limited to '')
-rw-r--r-- | Readme.md | 7 |
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 +``` |