8 lines
147 B
Nix
8 lines
147 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
gestures = {
|
|
workspace_swipe = true;
|
|
workspace_swipe_forever = true;
|
|
};
|
|
};
|
|
}
|