add sway config

This commit is contained in:
jopejoe1 2024-12-10 23:23:32 +01:00
parent 23082d8847
commit 0e4c97cd02

View file

@ -66,6 +66,13 @@ in
};
};
};
wayland.windowManager.sway = {
enable = true;
extraConfig = ''
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
'';
};
};
users.users.demo = {