From ae33b36fe03edc3e37083a0d4866bfae39aeaf16 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 23 Jan 2024 16:02:47 +0100 Subject: [PATCH] Add original source --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57c70b9..415c6ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Original source: https://git.lillianviolet.dev/Lillian-Violet/dev-templates + # NixOS-Config The configuration of different NixOS hosts using flakes and home-manager. It is assumed you have already installed NixOS and git to your system (note: git is not installed by default with the NixOS image, you can grab it with ``nix-shell -p git``), this configuration does not have image artifacts nor can it create them.