1
Fork 0
satellite/home/adrielus/features/desktop/common/discord.nix
2023-04-27 02:08:20 +03:00

12 lines
246 B
Nix

{
programs.discord = {
enable = true;
disableUpdateCheck = true;
enableDevtools = true;
};
home.persistence."/persist/home/adrielus".directories = [
".config/discord" # Why tf does discord store it's state here 💀
];
}