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

@ -96,6 +96,19 @@
} }
]; ];
} }
{
name = "Social";
bookmarks = [
{
name = "WhatsApp";
url = "https://web.whatsapp.com/";
}
{
name = "Messager";
url = "https://www.facebook.com/messages/";
}
];
}
]; ];
} }
]; ];

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;
}
];
};
}; };
} }

0
ude -c
View file

0
zygit
View file