1
Fork 0
satellite/home/adrielus/features/desktop/common/discord.nix

9 lines
149 B
Nix
Raw Normal View History

# TODO(imperanence): handle persistence
{
programs.discord = {
enable = true;
disableUpdateCheck = true;
2023-03-12 05:24:25 +01:00
enableDevtools = true;
};
}