mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 21:30:06 +00:00
✨ Remove youtube-music flake and update discord arrpc config
This commit is contained in:
parent
5dd5bf894f
commit
9715055e76
3 changed files with 4 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
@ -10,6 +11,8 @@ in
|
|||
# Enable arRPC for discord Rich Presence stuffs
|
||||
services.arrpc.enable = true;
|
||||
|
||||
home.packages = with pkgs; [ arrpc ];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
vesktop.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue