From c9ad12be20795c44be6a00f2a9cd2b2a1e6122cc Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 23 Apr 2024 14:14:23 -0400 Subject: [PATCH] update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 385981c..7b6a5b3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,27 @@ dragnpkgs provides a set of nixos modules and a nixpkgs overlay containing custo } ``` +alternatively, add it as a nix channel +```bash +nix-channel --add https://git.lain.faith/haskal/dragnpkgs/archive/main.tar.gz dragnpkgs +``` + +then in system config +```nix +{config, lib, pkgs, ...}: +{ + imports = [ + + ]; +} +``` + +for standalone nix on other distros, use `~/.config/nixpkgs/overlays.nix` to enable the dragnpkgs +overlay +```nix +(import {}).nixpkgs.overlays +``` + ## options documentation documentation for options provided by dragnpkgs