add sway config
This commit is contained in:
parent
23082d8847
commit
0e4c97cd02
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
users.users.demo = {
|
||||
|
|
Loading…
Reference in a new issue