cynthion-flake/README.md

791 B

Cynthion-flake

A nix flake packaging cynthion and related tools.

Usage

  • Add this flake to your flake inputs:

    cynthion.url = "github:icewind1991/cynthion-flake";  
    cynthion.inputs.nixpkgs.follows = "nixpkgs";
    
  • Apply the overlay:

    nixpkgs.overlays = [inputs.cynthion.overlays.default];
    
  • Install the udev rule

    services.udev.packages = with pkgs; [cynthion-udev];
    
  • Install the packages

    environment.systemPackages = with pkgsl [cynthion packetry];
    

Provided packages