1
Fork 0
satellite/home/adrielus/features/desktop/common/discord.nix
2023-03-12 05:24:25 +01:00

8 lines
109 B
Nix

{
programs.discord = {
enable = true;
disableUpdateCheck = true;
enableDevtools = true;
};
}