{ self, inputs, ... }: { flake.homeManagerModules.discord = {pkgs, ...}: { imports = [ # Standard path for nixcord's home-manager module inputs.nixcord.homeManagerModules.default ]; programs.nixcord = { enable = true; discord.vencord.enable = true; }; }; }