add arRPC for discord presence
This commit is contained in:
parent
93f7d38ace
commit
56de403404
|
@ -2,5 +2,6 @@
|
||||||
imports = with tree.profiles.home-manager; [
|
imports = with tree.profiles.home-manager; [
|
||||||
gaming.steam
|
gaming.steam
|
||||||
gaming.lutris
|
gaming.lutris
|
||||||
|
gaming.arrpc
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
3
profiles/home-manager/gaming/arrpc.nix
Normal file
3
profiles/home-manager/gaming/arrpc.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{...}: {
|
||||||
|
services.arrpc.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue