diff --git a/flake.lock b/flake.lock index da726d3..af1e137 100644 --- a/flake.lock +++ b/flake.lock @@ -456,11 +456,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1781577229, - "narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=", + "lastModified": 1782959384, + "narHash": "sha256-xnJJk+ct+D2+wdRxj1wk36w5zV9RVESwRqcklPdt3fM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "567a49d1913ce81ac6e9582e3553dd90a955875f", + "rev": "65179426c83bb3f6bc14898b42ea1c6f01d374b0", "type": "github" }, "original": { diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index 0009ceb..7919a8a 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -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"; diff --git a/modules/home/bash/aliases.nix b/modules/home/bash/aliases.nix index 34963fa..cc275a3 100644 --- a/modules/home/bash/aliases.nix +++ b/modules/home/bash/aliases.nix @@ -56,6 +56,7 @@ kys = "systemctl poweroff"; jezus = "systemctl reboot"; ookla = "speedtest"; + ff = "fastfetch"; hypr-cli = "hyprctl clients"; # Navigation aliases diff --git a/modules/home/fish/aliases.nix b/modules/home/fish/aliases.nix index 230b138..b070967 100644 --- a/modules/home/fish/aliases.nix +++ b/modules/home/fish/aliases.nix @@ -56,6 +56,7 @@ kys = "systemctl poweroff"; jezus = "systemctl reboot"; ookla = "speedtest"; + ff = "fastfetch"; hypr-cli = "hyprctl clients"; # Navigation aliases diff --git a/modules/home/fish/default.nix b/modules/home/fish/default.nix index 24cb31e..f5d6ef6 100644 --- a/modules/home/fish/default.nix +++ b/modules/home/fish/default.nix @@ -10,7 +10,7 @@ then true else false; package = pkgs.fish; - generateCompletions = true; + generateCompletions = false; interactiveShellInit = '' set fish_greeting # fastfetch