mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-04 19:13:10 +00:00
pkgs/selfprivacy-api | ||
default.nix | ||
LICENSE | ||
README.md |
Selfprivacy Nix Package Manager Repository
To use in your SelfPrivacy installation, please be asked to add
{
imports = [
...
"${nix-overlay-modules}/opentabletdriver.nix"
];
nixpkgs.overlays = [ (nix-overlay) ];
environment.systemPackages = with pkgs; [ selfprivacy-api ];
}