Compare commits

...

3 Commits

Author SHA1 Message Date
gitea actions 4bf4945443 update helium to 0.10.6.1 2026-03-21 06:00:34 +00:00
thomas c401dde8d5 add cursor
helium update / update-helium (push) Successful in 10s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 5s
2026-03-20 10:57:49 +00:00
thomas c29451d38a fix unraid mnts 2026-03-20 10:57:49 +00:00
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@
lazygit lazygit
pnpm pnpm
ni ni
code-cursor-fhs
# LSPs and formatters (previously via Mason) # LSPs and formatters (previously via Mason)
stylua stylua
+4
View File
@@ -132,7 +132,9 @@ in {
"gid=1000" "gid=1000"
"iocharset=utf8" "iocharset=utf8"
"nofail" "nofail"
"x-systemd.automount"
"_netdev" "_netdev"
"noserverino"
"vers=3.0" "vers=3.0"
]; ];
}; };
@@ -146,7 +148,9 @@ in {
"gid=1000" "gid=1000"
"iocharset=utf8" "iocharset=utf8"
"nofail" "nofail"
"x-systemd.automount"
"_netdev" "_netdev"
"noserverino"
"vers=3.0" "vers=3.0"
]; ];
}; };
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = { pkgs, ... }: { perSystem = { pkgs, ... }: {
packages.helium = pkgs.appimageTools.wrapType2 rec { packages.helium = pkgs.appimageTools.wrapType2 rec {
pname = "helium"; pname = "helium";
version = "0.10.5.1"; version = "0.10.6.1";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage"; url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
hash = "sha256-c/ea8C1XjTkBo0/ujGHEbKWyCmRMxyuiuOzAO9AMf1o="; hash = "sha256-6xqNRaP3aqitEseexRVEEjKkJClC0j1HHZoRGQanhSk=";
}; };
extraInstallCommands = let extraInstallCommands = let