From 8da8fe7efbfb1777ad714fb47c0609ce80a46ae5 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:05:06 -0500 Subject: [PATCH] tweak readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 974f49d..2d1eeaa 100644 --- a/README.md +++ b/README.md @@ -53,17 +53,17 @@ configuration may be difficult to translate to a non-Nix system. # Unique Configurations -This repo contains a few atypical choices for configuration. +This repo contains a few more elaborate elements of 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. +and source-controlled plugins, differing based on installed LSPs, for example. +- [Caddy JSON](./modules/nixos/services/caddy.nix) file (routes, etc.) based +dynamically on enabled services rendered with Nix. +- [Grafana config](./modules/nixos/services/grafana.nix) rendered with Nix. - Custom [secrets deployment](./modules/nixos/services/secrets.nix) similar to agenix. -- Base16 [colorschemes](./colorscheme/) applied to multiple applications. +- Base16 [colorschemes](./colorscheme/) applied to multiple applications, +including Firefox userChrome. ---