mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: fixed syntax error
This commit is contained in:
parent
76e28fffbe
commit
fcdb380268
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue