From 0e4c97cd0283b2d14c3ce43706b1015b2185f8d4 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 10 Dec 2024 23:23:32 +0100 Subject: [PATCH] add sway config --- config.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 = {