feat: fixed syntax error

This commit is contained in:
Nick 2025-10-17 22:53:59 -05:00
parent 76e28fffbe
commit fcdb380268

View file

@ -26,7 +26,7 @@ let
zoxidePaths = {
home.activation.initZoxidePaths = lib.hm.dag.entryAfter [ "writeBoundary" ] (
if hostname == mars.name then
sharedPaths ++ desktopPaths
(sharedPaths + desktopPaths)
else if hostname == deimos.name then
sharedPaths
else