diff options
| -rw-r--r-- | home.nix | 2 | ||||
| -rw-r--r-- | home/ghostty.nix | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,7 @@ figlet lazygit inputs.hypr-wellbeing.packages.${pkgs.system}.default - inputs.luffy.packages.${system}.luffy + #inputs.luffy.packages.${system}.luffy ]; }; diff --git a/home/ghostty.nix b/home/ghostty.nix index 34d33e9..3b40aef 100644 --- a/home/ghostty.nix +++ b/home/ghostty.nix @@ -41,6 +41,7 @@ keybind = [ "alt+shift+r=reload_config" "ctrl+a=toggle_quick_terminal" + "ctrl+s=new_tab" ]; }; }; |
