From 02cfdb1823b9b9d6993e6987383774668adbcc38 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 26 May 2024 16:38:06 -0700 Subject: [PATCH] Fixed build failures sway module was updated to perform checks but wallpaper files are not available at check time. --- modules/nixos/desktop/sway/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/desktop/sway/default.nix b/modules/nixos/desktop/sway/default.nix index 1a11147..d7a71d0 100644 --- a/modules/nixos/desktop/sway/default.nix +++ b/modules/nixos/desktop/sway/default.nix @@ -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