NixOS/modules/servers/discord-rpc.nix
2024-11-28 23:55:47 -06:00

12 lines
64 B
Nix

{
config,
lib,
pkgs,
...
}:
{
config =
{
};
}