commit a61eaf4b0f7c8ef195d60ecf04a031add6c005ab
parent 8718faa688c600f734e14d9f5606a28ead3b9264
Author: Chris <chris@echoz.io>
Date: Fri, 28 Aug 2026 06:31:06 +0200
style: remove useless comment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/modules/kitty/default.nix b/modules/kitty/default.nix
@@ -12,7 +12,6 @@
programs.kitty = {
enable = true;
- # ctrl+shift+wheel zooms; upstream declined wheel support in mouse_map
package = pkgs.kitty.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ./wheel-zoom.patch ];
});