[notes] Fixes alias. [discord] Adds skeleton for PTT hotkey passthrough
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
"notes" = "nvim ~/Documents/Notes";
|
||||
"notes" = "(cd ~/Documents/Notes && nvim)";
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
||||
Reference in New Issue
Block a user