Auto-commit: 2026-01-05 16:25:56
This commit is contained in:
@@ -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 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user