From fd605c040bb68a76d6fc150c68ea48330add949e Mon Sep 17 00:00:00 2001 From: Nettika Date: Sat, 11 Oct 2025 19:39:49 -0700 Subject: [PATCH] Add readmes --- flake.nix | 2 +- hosts/readme.md | 6 ++++++ modules/readme.md | 7 +++++++ readme.md | 4 ++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 hosts/readme.md create mode 100644 modules/readme.md create mode 100644 readme.md diff --git a/flake.nix b/flake.nix index 389eca4..f8c151e 100755 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "NixOS Configurations"; + description = "Nettika's NixOS Configs"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; diff --git a/hosts/readme.md b/hosts/readme.md new file mode 100644 index 0000000..8b01a00 --- /dev/null +++ b/hosts/readme.md @@ -0,0 +1,6 @@ +# Hosts + +- [astral](astral) - VPS running miscellaneous servers +- [marauder](marauder) - My laptop +- [quasar](quasar) - VPS running the [consortium.chat](https://consortium.chat) + matrix-synapse instance \ No newline at end of file diff --git a/modules/readme.md b/modules/readme.md new file mode 100644 index 0000000..a54b0c6 --- /dev/null +++ b/modules/readme.md @@ -0,0 +1,7 @@ +# Modules + +- `nano`: Base config for [nano](https://www.nano-editor.org) +- `nettika`: Base config for user "nettika" +- `promptmoji`: Fish prompt starting with an emoji to indicate which host I'm + logged into. The emoji is configured with `promptSymbol`. Ignored if + `programs.fish.enabled` is false. \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b96399f --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +# Nettika's NixOS Configs + +- [hosts](hosts) - my `nixosConfigurations` +- [modules](modules) - my `nixosModules` \ No newline at end of file