Add firefox bookmarks
This commit is contained in:
parent
a8bcd52152
commit
2ab5eb0b9b
4 changed files with 27 additions and 0 deletions
|
|
@ -96,6 +96,19 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "Social";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "WhatsApp";
|
||||
url = "https://web.whatsapp.com/";
|
||||
}
|
||||
{
|
||||
name = "Messager";
|
||||
url = "https://www.facebook.com/messages/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
0
ude -c
0
zygit
0
zygit
Loading…
Add table
Add a link
Reference in a new issue