Compare commits
2 Commits
dc54831fdf
...
925d253313
Author | SHA1 | Date | |
---|---|---|---|
925d253313 | |||
5a1ca7d3b3 |
@ -9,6 +9,7 @@
|
|||||||
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11
|
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
wezterm = inputs.wezterm.packages.${final.system}.default;
|
||||||
opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: {
|
opensnitch-ui = prev.opensnitch-ui.overrideAttrs (oldAttrs: {
|
||||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ];
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ prev.python311Packages.qt-material ];
|
||||||
});
|
});
|
||||||
|
@ -29,8 +29,4 @@ local config = wlib.Table.merge(gpu, events, fonts, theme, tabbar, misc, renderi
|
|||||||
|
|
||||||
log.debug("Final Wezterm Config: " .. require("lib.inspect").inspect(config, { newline = " ", indent = "" }))
|
log.debug("Final Wezterm Config: " .. require("lib.inspect").inspect(config, { newline = " ", indent = "" }))
|
||||||
|
|
||||||
-- HACK: temporarily disable Wayland support and instead fallback to XWayland. Wezterm doesn't properly
|
|
||||||
-- support Wayland right now 🫤
|
|
||||||
-- See: https://github.com/wez/wezterm/issues/5103
|
|
||||||
config.enable_wayland = false
|
|
||||||
return config
|
return config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user