From 50e16f94138dee9015b221ba571962beec6c8c16 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:01:17 -0500 Subject: [PATCH] update readme with unique configs --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3b1b270..476e980 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,22 @@ configuration may be difficult to translate to a non-Nix system. --- +# Unique Configurations + +This repo contains a few atypical choices for configuration. + +- [Neovim config](./modules/common/neovim/default.nix) generated with Nix2Vim +and source-controlled plugins, differing from host to host. +- [Caddy JSON](./modules/nixos/services/caddy.nix) file (routes, etc.) based on +dynamic service metadata. +- [Grafana config](./modules/nixos/services/grafana.nix) based on dynamic +service metadata. +- Custom [secrets deployment](./modules/nixos/services/secrets.nix) similar to +agenix. +- Base16 [colorschemes](./colorscheme/) applied to multiple applications. + +--- + # Installation Click [here](./docs/installation.md) for detailed installation instructions.