Add microsoft office alias
This commit is contained in:
parent
a1f03b0f17
commit
0c72fedeb8
2 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue