Add firefox bookmarks

This commit is contained in:
Yan Lin 2025-08-01 14:17:54 +02:00
parent a8bcd52152
commit 2ab5eb0b9b
4 changed files with 27 additions and 0 deletions

View file

@ -167,5 +167,19 @@
];
};
pathfm = {
session = "PathFM";
description = "Path foundation model";
windows = [
{
name = "paper";
path = "/Users/yanlin/Documents/Projects/Path Foundation Model/pathfm-paper";
ai = true;
git = true;
shell = false;
}
];
};
};
}