From 0c72fedeb887177385c3acf1ff248dbf8d887b5e Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 24 Aug 2025 21:06:28 +0800 Subject: [PATCH] Add microsoft office alias --- config/projects.nix | 12 ++++++------ modules/zsh.nix | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index 85a2162..d6571e1 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -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; } ]; diff --git a/modules/zsh.nix b/modules/zsh.nix index 5bcda5f..10b3ce9 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -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";