sway: Update attrs for new systemd option layout
This commit is contained in:
parent
a95eadc68c
commit
a2ad645b57
1 changed files with 4 additions and 1 deletions
|
@ -268,7 +268,10 @@ in
|
||||||
|
|
||||||
xwayland = true;
|
xwayland = true;
|
||||||
|
|
||||||
systemdIntegration = true;
|
systemd = {
|
||||||
|
enable = true;
|
||||||
|
xdgAutostart = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
Loading…
Reference in a new issue