Update helium to 0.14.3.1 and add fastfetch alias

- Bump nixpkgs lock to a newer revision with updated hash.
- Disable fish `generateCompletions` (set to false).
- Add `ff` alias for fastfetch in both bash and fish configurations.
This commit is contained in:
2026-07-04 12:26:07 +02:00
parent 340ab05be4
commit 7a2afcf348
5 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl,
}: let
pname = "helium";
version = "0.14.2.1";
hash = "sha256-JQQ5K+WUZ3ly5mklNPGZWDTlq+mJqqS02oJgC3in5U0=";
version = "0.14.3.1";
hash = "sha256-umRDXcHlDRDWpdP4wxr81q+cUXkjiIxyg2AcJRFQaMA=";
src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
+1
View File
@@ -56,6 +56,7 @@
kys = "systemctl poweroff";
jezus = "systemctl reboot";
ookla = "speedtest";
ff = "fastfetch";
hypr-cli = "hyprctl clients";
# Navigation aliases
+1
View File
@@ -56,6 +56,7 @@
kys = "systemctl poweroff";
jezus = "systemctl reboot";
ookla = "speedtest";
ff = "fastfetch";
hypr-cli = "hyprctl clients";
# Navigation aliases
+1 -1
View File
@@ -10,7 +10,7 @@
then true
else false;
package = pkgs.fish;
generateCompletions = true;
generateCompletions = false;
interactiveShellInit = ''
set fish_greeting
# fastfetch