add arRPC for discord presence

This commit is contained in:
chaos 2024-08-02 13:11:30 +01:00
parent 93f7d38ace
commit 56de403404
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = with tree.profiles.home-manager; [
gaming.steam
gaming.lutris
gaming.arrpc
];
}

View file

@ -0,0 +1,3 @@
{...}: {
services.arrpc.enable = true;
}