Fixed build failures
sway module was updated to perform checks but wallpaper files are not available at check time.
This commit is contained in:
parent
427564bee2
commit
02cfdb1823
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue