Disable checkConfig for sway module
Fix https://github.com/nix-community/home-manager/issues/5379
This commit is contained in:
parent
3d6537dfe5
commit
2c270c0cd5
|
@ -14,6 +14,7 @@
|
|||
swaynag.enable = true;
|
||||
systemd.enable = true;
|
||||
xwayland = true;
|
||||
checkConfig = false;
|
||||
config = {
|
||||
input = {
|
||||
"*" = {
|
||||
|
|
Reference in a new issue