From 6f93b94320d957afd8cae195f0c241f7f0cf5a22 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sat, 1 Mar 2025 11:43:23 +0100 Subject: [PATCH] add discord-ptb --- home/profiles/programs/misc/discord.nix | 1 + sys/machines/nixdesk/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/profiles/programs/misc/discord.nix b/home/profiles/programs/misc/discord.nix index 4a97903..4cff0c4 100644 --- a/home/profiles/programs/misc/discord.nix +++ b/home/profiles/programs/misc/discord.nix @@ -4,6 +4,7 @@ (discord.override { withOpenASAR = true; }) + discord-ptb ]; # services.arrpc.enable = true; # RPC with vesktop (has issues with cpu usage sometimes ime) } diff --git a/sys/machines/nixdesk/default.nix b/sys/machines/nixdesk/default.nix index e04f149..88fb5ba 100644 --- a/sys/machines/nixdesk/default.nix +++ b/sys/machines/nixdesk/default.nix @@ -97,6 +97,7 @@ "steam" "steam-unwrapped" "discord" + "discord-ptb" "obsidian" "rider" "android-studio-stable"