Fixed build failures

sway module was updated to perform checks but wallpaper files are not
available at check time.
This commit is contained in:
Alejandro Angulo 2024-05-26 16:38:06 -07:00
parent 427564bee2
commit 02cfdb1823
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -75,6 +75,9 @@ in {
};
aa.home.extraOptions = {
wayland.windowManager.sway = {
# WORKAROUND: https://github.com/nix-community/home-manager/issues/5311
checkConfig = false;
enable = true;
swaynag.enable = true;
wrapperFeatures.gtk = true; # so that gtk works properly