From afd1d00116e29c5ae021f36de77114e0ac254eb4 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Thu, 22 May 2025 09:52:52 +0300 Subject: [PATCH] README.md: update Signed-off-by: unexplrd --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f43a25c..8cc4a9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ -

So what is this?

-

This is a personal config based on Blueprint, and it's pretty usable. If one wants to use it, they have to change and adapt it for their own use case, for that please visit the original repo, as it contains the necessary documentation.

-

TODOs:

- +# NixOS Configuration +## So what is this? + +This is a personal NixOS config based on +[Blueprint](https://github.com/numtide/blueprint). +This repo is mainly used to sync changes between devices. If you want to +use it - it's pretty composable, so modules can be integrated in your +configs without much hassle. + +## Credits +Configurations I took code/ideas from: +- [github:TheMaxMur/NixOS-Configuration](https://github.com/TheMaxMur/NixOS-Configuration) +- [github:nix-community/srvos](https://github.com/nix-community/srvos) +- [github:cloud-gouv/securix](https://github.com/cloud-gouv/securix) +Thx a lot <3