home(sway): enable wrapper features

This commit is contained in:
514fpv 2024-01-04 14:21:47 +08:00
parent 659e9a47e1
commit 84c1d80c6f
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -4,6 +4,10 @@
, ... }: with lib; mkIf config.passthrough.gui { , ... }: with lib; mkIf config.passthrough.gui {
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
wrapperFeatures.base = true;
wrapperFeatures.gtk = true;
swaynag.enable = true; swaynag.enable = true;
config = { config = {
modifier = "Mod4"; modifier = "Mod4";