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
Generated
+3 -3
View File
@@ -456,11 +456,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1781577229, "lastModified": 1782959384,
"narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=", "narHash": "sha256-xnJJk+ct+D2+wdRxj1wk36w5zV9RVESwRqcklPdt3fM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "567a49d1913ce81ac6e9582e3553dd90a955875f", "rev": "65179426c83bb3f6bc14898b42ea1c6f01d374b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
+2 -2
View File
@@ -4,8 +4,8 @@
fetchurl, fetchurl,
}: let }: let
pname = "helium"; pname = "helium";
version = "0.14.2.1"; version = "0.14.3.1";
hash = "sha256-JQQ5K+WUZ3ly5mklNPGZWDTlq+mJqqS02oJgC3in5U0="; hash = "sha256-umRDXcHlDRDWpdP4wxr81q+cUXkjiIxyg2AcJRFQaMA=";
src = fetchurl { src = fetchurl {
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage"; 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"; kys = "systemctl poweroff";
jezus = "systemctl reboot"; jezus = "systemctl reboot";
ookla = "speedtest"; ookla = "speedtest";
ff = "fastfetch";
hypr-cli = "hyprctl clients"; hypr-cli = "hyprctl clients";
# Navigation aliases # Navigation aliases
+1
View File
@@ -56,6 +56,7 @@
kys = "systemctl poweroff"; kys = "systemctl poweroff";
jezus = "systemctl reboot"; jezus = "systemctl reboot";
ookla = "speedtest"; ookla = "speedtest";
ff = "fastfetch";
hypr-cli = "hyprctl clients"; hypr-cli = "hyprctl clients";
# Navigation aliases # Navigation aliases
+1 -1
View File
@@ -10,7 +10,7 @@
then true then true
else false; else false;
package = pkgs.fish; package = pkgs.fish;
generateCompletions = true; generateCompletions = false;
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting set fish_greeting
# fastfetch # fastfetch