From 6aaad3ad7bd194615388f7753a82c90966cfa38f Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 28 Jul 2025 13:19:30 -0400 Subject: [PATCH] Add legcord. --- nodes/hosts/common/home/jay/programs/discord.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/hosts/common/home/jay/programs/discord.nix b/nodes/hosts/common/home/jay/programs/discord.nix index 56431f9..ce25788 100644 --- a/nodes/hosts/common/home/jay/programs/discord.nix +++ b/nodes/hosts/common/home/jay/programs/discord.nix @@ -2,6 +2,7 @@ home.packages = [ pkgs.betterdiscordctl pkgs.discord + pkgs.legcord ]; }