Auto-commit: 2026-01-06 03:04:49

This commit is contained in:
2026-01-06 03:04:49 +00:00
parent a24e4bc933
commit 12c0cb0983

View File

@@ -6,7 +6,9 @@ in
config = lib.mkIf cfg.enable {
programs.vesktop = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.vesktop;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.vesktop.override {
withMiddleClickScroll = true;
};
settings = {
arRPC = true;
tray = true;