machines: maui: disable broken sway config check

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-13 13:03:55 +02:00
parent 63719c84f9
commit 807be7778e
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -48,6 +48,13 @@
];
};
# Just hangs as sway obviously(!) never exits ..
# Broken by this unsolicited commit:
# https://github.com/nix-community/home-manager/commit/3a435342e2e5e2bff1d3331c2bd9e70f25693ea2
# Committing straight to `master`, of course! Who wants to review breaking
# changes anyway ..
checkConfig = false;
extraSessionCommands = ''
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/openssh_agent
'';