chore(sway): acctivate nixgl

This commit is contained in:
Yorick Barbanneau 2025-08-24 15:28:12 +02:00
parent c6f08ef074
commit a26f773f01

View file

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