Revert "refactor(nix/hm/price): do not use wezterm from upstream"

This reverts commit 0f9fd6d017.
This commit is contained in:
Price Hiller 2024-07-26 01:05:18 -05:00
parent 1f750b92db
commit 1c8c85a038
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,10 @@
url = "github:Alexays/Waybar";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";

View File

@ -9,6 +9,7 @@
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11
'';
});
wezterm = inputs.wezterm.packages.${final.system}.default;
opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: {
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ];
});