refactor(nix): overlay wezterm with wezterm upstream
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s

This commit is contained in:
Price Hiller 2024-05-04 13:41:06 -05:00
parent 5a1ca7d3b3
commit 925d253313
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

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 ];
});