chore(sway): acctivate nixgl

This commit is contained in:
Yorick Barbanneau 2025-08-24 15:28:12 +02:00
parent 93bb0be9be
commit e93c365d1b
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -6,6 +6,7 @@ in
{ {
config = mkIf config.modules.desktop.sway.enable { config = mkIf config.modules.desktop.sway.enable {
wayland.windowManager.sway = { wayland.windowManager.sway = {
package = config.lib.nixGL.wrap pkgs.sway;
enable = true; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
systemd.enable = true; systemd.enable = true;