Auto-commit: 2026-01-05 16:25:56

This commit is contained in:
2026-01-05 16:25:56 +00:00
parent 06e0b6108d
commit 30d9c22feb

View File

@@ -1,5 +1,9 @@
{ pkgs, username, ... }:
{ config, lib, pkgs, username, ... }:
let
cfg = config.my.desktop.vesktop;
in
{
config = lib.mkIf cfg.enable {
home.packages = [
(pkgs.writeShellScriptBin "vesktop-portable" ''
exec /home/${username}/vesktop/vesktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true --enable-blink-features=MiddleClickAutoscroll "$@"
@@ -101,4 +105,5 @@
};
};
};
};
}