From 7a56371dd08f1701d04a24e8c723b574e81c0dba Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 20 Jul 2023 16:49:42 +0800 Subject: [PATCH] docs/site: update "Acknowledgement" chapter --- docs/content/en-US/07-acknowledgement/index.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/en-US/07-acknowledgement/index.adoc b/docs/content/en-US/07-acknowledgement/index.adoc index cc4b9987..30dbd9d0 100644 --- a/docs/content/en-US/07-acknowledgement/index.adoc +++ b/docs/content/en-US/07-acknowledgement/index.adoc @@ -3,7 +3,12 @@ title: Acknowledgment --- = Acknowledgment -I ~stole~ got several parts of this configuration from the following projects: +Several parts of this configuration are inspired (or stolen) from the following projects: + +* github:NixOS/nixpkgs[opts=repo] as a massive reference for drafting various packages and modules. +Much of the custom packages I have was eventually upstreamed (or eventually forgotten). + +* github:nix-community/NUR[opts=repo] is a nice reference for making your configurations reusable for other users. * link:{devos-link}[devos, an overengineered configuration framework.] I'm slowly grokking Nix and its ecosystem so I didn't use this outright. @@ -14,4 +19,5 @@ I also stole parts of it for my custom library. I may have to use this at some point. footnote:[Unfortunately, digga is considered to be a retired project as of 2023-07-09 so that may not be true.] * github:hlissner/dotfiles/[hlissner's dotfiles], the original inspiration for this functional abomination of a configuration. +The very reason why I'm using NixOS after seeing their configuration and what it can be setup with one command. Very nice.