[notes] Fixes alias. [discord] Adds skeleton for PTT hotkey passthrough

This commit is contained in:
2025-09-09 10:50:53 -07:00
parent 5829dc294e
commit 554b2863f3
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
];
home.shellAliases = {
"notes" = "nvim ~/Documents/Notes";
"notes" = "(cd ~/Documents/Notes && nvim)";
};
services.syncthing = {