nixos/home/hyprland/waybar/arrhist.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
100 B
Nix
Raw Normal View History

2024-04-26 10:45:55 +00:00
{ config, pkgs }:
{
sops.secrets."sonarr_api_key" = { };
sops.secrets."radarr_api_key" = { };
}