diff --git a/config.nix b/config.nix index c0935c4..7a844c3 100644 --- a/config.nix +++ b/config.nix @@ -66,6 +66,13 @@ in }; }; }; + wayland.windowManager.sway = { + enable = true; + extraConfig = '' + bindgesture swipe:right workspace prev + bindgesture swipe:left workspace next + ''; + }; }; users.users.demo = {