fix(sway): enable wrapper features
This commit is contained in:
parent
acb36fc3e3
commit
db0ce4686a
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue