From 0d78584b98b7b29c8dde59e38c2c7f9f313a5364 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 1 Mar 2024 18:12:55 +0800 Subject: [PATCH] docs: update READMEs --- README.adoc | 1 + configs/README.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 678662a5..310e8b01 100644 --- a/README.adoc +++ b/README.adoc @@ -127,6 +127,7 @@ However, I don't want to rebuild it every time I change it. * Migration of my link:https://github.com/foo-dogsquared/dotfiles[dotfiles]. I still use it on other non-NixOS systems. +link:./configs/home-manager/foo-dogsquared/modules/dotfiles.nix[Even on NixOS, yes.] * To be a configuration framework. This is my personal configuration which means experimentation will always be here. diff --git a/configs/README.adoc b/configs/README.adoc index 9a15fdc3..0fb6f4d9 100644 --- a/configs/README.adoc +++ b/configs/README.adoc @@ -8,6 +8,7 @@ Each of these configurations are assumed to use custom modules defined at link:. Furthermore, these configurations do have a certain "codename" in the commits for easier inspection of the history. Here is the following list of them used in the repo history: +* `diskoConfigs` for Disko configurations. * `hosts` for NixOS systems (e.g., `hosts/ni`). * `users` for home-manager configurations (e.g., `users/foo-dogsquared`). * `nixvimConfigs` for NixVim configurations (e.g., `nixvimConfigs/fiesta`).