Enable base and gtk wrapper features for sway
This commit is contained in:
parent
479ccf3fc3
commit
89eff861f3
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ in {
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wrapperFeatures = {
|
||||||
|
base = true;
|
||||||
|
gtk = true;
|
||||||
|
};
|
||||||
config = {
|
config = {
|
||||||
modifier = modifier;
|
modifier = modifier;
|
||||||
terminal = lib.getExe pkgs.sakura;
|
terminal = lib.getExe pkgs.sakura;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue