aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/discord.nix
blob: 20f0601c635f16e1bd71c1aa382ce39a1d431dbf (plain)
1
2
3
4
5
6
7
{
  flake.modules.homeManager.discord = {
    programs.discord = {
      enable = true;
    };
  };
}