nixos-config/home/programs/misc/discord.nix

9 lines
216 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
vesktop
(discord.override {
withOpenASAR = true;
})
];
services.arrpc.enable = true; # RPC with vesktop (has issues with cpu usage sometimes ime)
}