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
+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