fix: vibetyper window rules

This commit is contained in:
m3tam3re
2026-06-20 10:56:01 +02:00
parent 96f5d7f378
commit b50dcf843b
+5
View File
@@ -2,6 +2,7 @@
appimageTools,
fetchurl,
lib,
makeWrapper,
}: let
pname = "vibetyper";
version = "1.3.5";
@@ -14,6 +15,8 @@ in
appimageTools.wrapType2 {
inherit pname version src;
nativeBuildInputs = [makeWrapper];
extraPkgs = pkgs: [pkgs.fuse2];
extraInstallCommands = ''
@@ -22,6 +25,8 @@ in
--replace 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
install -m 444 -D ${appimageContents}/vibe-typer.png \
$out/share/icons/hicolor/512x512/apps/vibe-typer.png
wrapProgram $out/bin/${pname} \
--set VIBE_DISABLE_HYPRLAND_INDICATOR_NO_BLUR 1
'';
meta = {