1

Home: Add keybinding to quickly edit the project flake template

This commit is contained in:
2025-06-30 19:40:30 +02:00
parent eb5312a52b
commit cdc10ac9e5

View File

@ -78,6 +78,7 @@ rec {
"$mainMod, N" = ["exec, neovide"];
"$mainMod SHIFT, N" = ["exec, neovide ${config.paths.dotfiles}/navi/christoph.cheat"];
"$mainMod CTRL, N" = ["exec, kitty navi"];
"$mainMod SHIFT, F" = ["exec, neovide ${config.paths.dotfiles}/flake.nix"];
"$mainMod, P" = ["exec, hyprpicker --autocopy --format=hex"];
"$mainMod, S" = ["exec, grim -g \"$(slurp)\""];