Enable base and gtk wrapper features for sway

This commit is contained in:
JuliusFreudenberger 2026-06-26 22:04:42 +02:00
parent 479ccf3fc3
commit 89eff861f3

View file

@ -20,6 +20,10 @@ in {
wayland.windowManager.sway = {
enable = true;
wrapperFeatures = {
base = true;
gtk = true;
};
config = {
modifier = modifier;
terminal = lib.getExe pkgs.sakura;