From a6ba6d56af1f7e170ad8e147926c7544420eebe8 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 17 Nov 2025 10:09:56 -0500 Subject: [PATCH] update helium --- home/kde/plasma.nix | 16 ++++++++++++++++ packages/helium-browser/package.nix | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/home/kde/plasma.nix b/home/kde/plasma.nix index 4e73723..14cbcef 100644 --- a/home/kde/plasma.nix +++ b/home/kde/plasma.nix @@ -94,6 +94,22 @@ }; }; } + { + description = "Steam (Distrobox)"; + match = { + window-class = { + value = "steamwebhelper"; + type = "substring"; + }; + window-types = [ "normal" ]; + }; + apply = { + desktopfile = { + value = "distrobox-steam"; + apply = "force"; + }; + }; + } ]; kwin = { diff --git a/packages/helium-browser/package.nix b/packages/helium-browser/package.nix index bccdab5..663fe20 100644 --- a/packages/helium-browser/package.nix +++ b/packages/helium-browser/package.nix @@ -31,11 +31,11 @@ let architectures = { "x86_64-linux" = { arch = "x86_64"; - hash = "sha256-9xEVnGym579rR6RunS4HWYV3nLk1ODEIGfg8PtNDSUk="; + hash = "sha256-hpb1mXaMJ2XTNxr49tGzmTopwuBUut1OldJsQkU8+1k="; }; "aarch64-linux" = { arch = "arm64"; - hash = "sha256-S5kF+K2Kwhqa0GG691NvnU/2frUCWL9BKrVK7y3bzSE="; + hash = "sha256-xR4Zy7O2srLwAu+E7gcwK/dPlL3VC2ptYn1/FVGQw2c="; }; }; @@ -46,7 +46,7 @@ let in stdenv.mkDerivation rec { pname = "helium-browser"; - version = "0.6.4.1"; + version = "0.6.5.1"; xzName = "helium-${version}-${platformInfo.arch}_linux"; src = fetchurl {