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;
|
swaynag.enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
xwayland = true;
|
xwayland = true;
|
||||||
|
checkConfig = false;
|
||||||
config = {
|
config = {
|
||||||
input = {
|
input = {
|
||||||
"*" = {
|
"*" = {
|
||||||
|
|
Reference in a new issue