Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a13e4d5

Browse files
fix(flake): set resourceDir explicitly
1 parent e8f2f0f commit a13e4d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"''${gappsWrapperArgs[@]}" \
198198
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}}" \
199199
--set-default ELECTRON_IS_DEV 0 \
200+
--set TRILIUM_RESOURCE_DIR $out/opt/trilium \
200201
--add-flags $out/opt/trilium/main.cjs
201202
'';
202203
};

0 commit comments

Comments
 (0)