home(sway): enable wrapper features
This commit is contained in:
parent
659e9a47e1
commit
84c1d80c6f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue