From 037a41cd2ad5e5a5bd9402392f0db686ef283e2c Mon Sep 17 00:00:00 2001 From: blacknull Date: Wed, 2 Oct 2024 12:00:20 -0500 Subject: [PATCH] keybind alt c to open the repo root flake in nvim --- programs/hyprland/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/hyprland/flake.nix b/programs/hyprland/flake.nix index 9b20ffc..9eaf0d2 100644 --- a/programs/hyprland/flake.nix +++ b/programs/hyprland/flake.nix @@ -187,7 +187,7 @@ bind = $mainMod, R, exec, colorPrefix kitty -e _systemRebuild bind = $mainMod SHIFT, R, exec, colorPrefix kitty -e _homeRebuild -bind = $mainMod, C, exec, colorPrefix kitty -e bash -c "cd ~/Projects/System; nvim" +bind = $mainMod, C, exec, colorPrefix kitty -e bash -c "cd ~/Projects/System; nvim ~/Projects/System/flake.nix" bind = $mainMod, F, exec, thunar bind = $mainMod SHIFT, F, fullscreen