Skip to content

Commit 50c9760

Browse files
authored
hyprland obsidian bind (#258)
* update lock * ✨ add obsidian daily note bind
1 parent eba7661 commit 50c9760

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/home-manager/programs/editors/lsp.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
};
88
};
99
};
10+
pyrefly = {
11+
settings = {
12+
python = {
13+
pythonPath = ".venv/bin/python";
14+
};
15+
pyrefly = {
16+
python_interpreter = ".venv/bin/python";
17+
};
18+
};
19+
};
1020
basedpyright = {
1121
binary = {
1222
path = ".venv/bin/basedpyright-langserver";

modules/home-manager/shared/wayland/hyprland/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ in {
195195
"SUPER,E,exec,ghostty -e yazi"
196196
# application launcher
197197
"SUPER,space,exec,vicinae toggle"
198+
# open obsidian daily note
199+
"SUPER,B,exec, [float; minsize 500 500] obsidian obsidian://daily?vault=The%20Well"
198200

199201
# window management
200202
"SUPER,Q,killactive"

0 commit comments

Comments
 (0)