From abb7c84675354e9217b85408fc4dfdb867b7348d Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Thu, 11 May 2023 15:37:36 +0800 Subject: [PATCH] feat: add my nixos guide post into README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a05bceb..36375303 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This repository is home to the nix code that builds my systems. Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it. +Want to know Nix in details? Looking for a beginner-friendly tutorial? Check out [NixOS & Nix Flakes - A Guide for Beginners](https://thiscute.world/en/posts/nixos-and-flake-basics/)! ## How to Deploy this Flake?