mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-10-31 17:17:18 +00:00
308 B
308 B
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 ];
}