From 996ba1cddac8620ef6abebce50aea269f3841451 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 20 Aug 2021 02:26:01 +0200 Subject: [PATCH] readme: mention packaged software --- README.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.org b/README.org index 539a8eb..0b7e2ce 100644 --- a/README.org +++ b/README.org @@ -2,3 +2,24 @@ Configuration for my computers! You may find here system configurations for various services I host, as well as my dotfiles for daily programs. + +** Packages + +Various packages of mine can be found in this repo. You can easily use these +packages from Nix by [[https://github.com/nix-community/NUR][setting up the Nix User Repository]]. + +*** Flake + +If you prefer, theses packages are also exposed as a *flake* in this repo: + +- To list packages: + +#+begin_src sh +nix flake show +#+end_src + +- To install one of them: + +#+begin_src sh +nix build github:alarsyo/nixos-config#$PACKAGE +#+end_src