Add microsoft office alias

This commit is contained in:
Yan Lin 2025-08-24 21:06:28 +08:00
parent a1f03b0f17
commit 0c72fedeb8
2 changed files with 9 additions and 6 deletions

View file

@ -193,15 +193,15 @@ in
];
};
ai4mat = {
session = "AI4Mat";
description = "AI4Material workshop";
misc = {
session = "Misc";
description = "Temp misc project";
windows = [
{
name = "paper";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/AI4Mat-NeurIPS_2025";
name = "misc";
path = homePath "Documents/Misc/2025/AI model train and infer-Wan";
ai = true;
git = true;
git = false;
shell = false;
}
];

View file

@ -33,6 +33,9 @@ in
pixel = "open -a 'Pixelmator Pro'";
keepass = "open -a KeePassXC";
inkscape = "open -a Inkscape";
powerpoint = "open -a 'Microsoft PowerPoint'";
word = "open -a 'Microsoft Word'";
excel = "open -a 'Microsoft Excel'";
# Nix helpers
hm = "home-manager";