diff --git a/flake.nix b/flake.nix index c5af357..7be1c5a 100644 --- a/flake.nix +++ b/flake.nix @@ -210,8 +210,19 @@ }; }; - modifications = final: prev: { - final.helix = helix.outputs.packages.${prev.system}.helix; + modifications = final: prev: rec { + helix = helix.outputs.packages.${prev.system}.helix; + final.helix = helix; + wezterm = prev.wezterm.overrideAttrs rec { + version = "56a27e93a9ee50aab50ff4d78308f9b3154b5122"; + src = prev.fetchFromGitHub { + owner = "wez"; + repo = "wezterm"; + rev = version; + fetchSubmodules = true; + hash = "sha256-zl0Me24ncrpXUCvkQHlbgUucf0zrkhFFI242wsSQKLw="; + }; + }; }; unstable-packages = final: _prev: { diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 1d64f83..62c9a22 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -250,7 +250,7 @@ "https://cache.nixos.org/" "https://helix.cachix.org" "https://nix-community.cachix.org" - # "https://nix.h.lyte.dev" + "https://nix.h.lyte.dev" "https://hyprland.cachix.org" ]; trusted-public-keys = [