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