mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
14 lines
273 B
Nix
14 lines
273 B
Nix
_: {
|
|
stylix.targets.vesktop.enable = false;
|
|
programs.vesktop = {
|
|
enable = true;
|
|
settings = {
|
|
autoUpdate = false;
|
|
autoUpdateNotification = false;
|
|
notifyAboutUpdates = false;
|
|
disableMinSize = true;
|
|
plugins = {
|
|
};
|
|
};
|
|
};
|
|
}
|