nixfiles/home/profiles/graphical/discord.nix
2025-07-13 07:09:45 -07:00

12 lines
199 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
(discord-krisp.override {
withOpenASAR = true;
withMoonlight = true;
})
];
programs.moonlight-mod = {
enable = true;
};
}