From 8fbed39caa394e096b925e44fa6cc638ce27fc15 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 22:39:08 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/ghostty/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 7be47cb..a329917 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,7 +4,7 @@ enable = true; enableFishIntegration = true; installVimSyntax = true; - # systemd.enable = true; + systemd.enable = true; clearDefaultKeybinds = true; settings = { theme = "Catppuccin Mocha"; @@ -61,8 +61,8 @@ "ctrl+b>8=goto_tab:8" "ctrl+b>9=goto_tab:9" "ctrl+b>p=toggle_command_palette" - "ctrl+b+u=scroll_page_lines:-20" - "ctrl+b+d=scroll_page_lines:20" + "ctrl+shift+u=scroll_page_lines:-40" + "ctrl+shift+d=scroll_page_lines:40" "ctrl+plus=increase_font_size:2" "ctrl+minus=decrease_font_size:2" "ctrl+0=reset_font_size"