fix(sway): enable wrapper features
This commit is contained in:
parent
acb36fc3e3
commit
db0ce4686a
|
@ -4,6 +4,10 @@
|
|||
, ... }: with lib; mkIf config.passthrough.gui {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
|
||||
wrapperFeatures.base = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
|
||||
swaynag.enable = true;
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
|
|
Loading…
Reference in a new issue