nixfiles/home/profiles/graphical/discord.nix
2025-07-27 22:13:26 -07:00

14 lines
283 B
Nix

{pkgs, ...}: {
stylix.targets.vesktop.enable = false;
programs.vesktop = {
enable = true;
settings = {
autoUpdate = false;
autoUpdateNotification = false;
notifyAboutUpdates = false;
disableMinSize = true;
plugins = {
};
};
};
}