sway: Disable config check
This commit is contained in:
parent
604bd6bd66
commit
06ec14e84f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ in
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
|
checkConfig = false; # Why is this even here?
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
modifier = mod;
|
modifier = mod;
|
||||||
|
|
Loading…
Reference in a new issue