diff --git a/home/programs/console/editor/helix/default.nix b/home/programs/console/editor/helix/default.nix index 0ec7a49..f864a65 100644 --- a/home/programs/console/editor/helix/default.nix +++ b/home/programs/console/editor/helix/default.nix @@ -57,11 +57,11 @@ in display-messages = true; display-inlay-hints = true; }; - keys.normal.space.u = { - f = ":format"; - w = ":set whitespace.render all"; - W = ":set whitespace.render none"; - }; + }; + keys.normal.space.u = { + f = ":format"; + w = ":set whitespace.render all"; + W = ":set whitespace.render none"; }; }; themes = import ./theme.nix { inherit colorscheme; }; diff --git a/home/programs/desktop/wayland/windowManager/hyprland/default.nix b/home/programs/desktop/wayland/windowManager/hyprland/default.nix index 22de9fc..aefd72a 100644 --- a/home/programs/desktop/wayland/windowManager/hyprland/default.nix +++ b/home/programs/desktop/wayland/windowManager/hyprland/default.nix @@ -36,7 +36,6 @@ in kb_layout = "us"; touchpad = { disable_while_typing = false; - scroll.factor = 0.1; }; };