From 4c31b1b7f093819888deab55ee59f6753782b90b Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 12 Mar 2024 18:05:30 -0400 Subject: [PATCH] Add note about nixpkgs package to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c27c71a6..0ff8af8d 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ And use `inputs.conky.packages.${system}.default` (or package. To use a specific version, add the git tag to the URL, such as `github:brndnmtthws/conky?ref=refs/tags/v1.19.8`. +Note that a Nix package [exists in +nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/conky/default.nix), and +although it's not always up-to-date with the bleeding edge, it does offer more configuration options. + ## Documentation → [**Reference documentation**](https://conky.cc/) ←