Update flake.lock and helium; fix fish venv alias

- Bump Firefox addons, home‑manager, nixpkgs, and noctalia-shell
  revisions in flake.lock
- Upgrade helium to 0.17.0.1 (updated hash)
- Adjust fish aliases to source .fish activation scripts
This commit is contained in:
2026-09-10 19:40:33 +02:00
parent 7815e07c8d
commit 4fc7b371c4
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl,
}: let
pname = "helium";
version = "0.16.6.1";
hash = "sha256-T29e5QpXsFYADvSsNcti2LXqLaCUjB5mLYEnHtpxO/Q=";
version = "0.17.0.1";
hash = "sha256-JmqdEwoXP/2GGAMS2gjAq7G2oWFuyUTr5ouMDhSOcHY=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";