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 = { misc = {
session = "AI4Mat"; session = "Misc";
description = "AI4Material workshop"; description = "Temp misc project";
windows = [ windows = [
{ {
name = "paper"; name = "misc";
path = homePath "Documents/Projects/Inverse Design of Disordered Materials/AI4Mat-NeurIPS_2025"; path = homePath "Documents/Misc/2025/AI model train and infer-Wan";
ai = true; ai = true;
git = true; git = false;
shell = false; shell = false;
} }
]; ];

View file

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