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

This commit is contained in:
Price Hiller 2024-06-17 16:09:16 -05:00
parent 758b5ddaa5
commit 0f9fd6d017
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 5 deletions

View File

@ -18,10 +18,6 @@
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,7 +9,6 @@
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 ];
});