diff --git a/overlays/xinit.nix b/overlays/xinit.nix index df006f1..6d0daed 100644 --- a/overlays/xinit.nix +++ b/overlays/xinit.nix @@ -4,7 +4,7 @@ self: super: { # Some info: # - Make startx use $XAUTHORITY as server auth files instead of .serverauth.$$ # - Make startx respect $XINITRC and $XSERVERRC - patches = old.patches ++ [ ./patches/startx.patch ]; + patches = (old.patches or []) ++ [ ./patches/startx.patch ]; }); }; }