From 61137b6ce8d6afbc8391383c5a27157d5329cc6b Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Sun, 11 Jan 2026 14:32:14 +0100 Subject: [PATCH] =?UTF-8?q?feat=20(home/gnome):=E2=80=AFvim=20keys=20in=20?= =?UTF-8?q?GNOME=E2=80=AFtext=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/home.nix b/home/home.nix index ed761c5..99670c4 100644 --- a/home/home.nix +++ b/home/home.nix @@ -141,4 +141,10 @@ templates = "${config.home.homeDirectory}/tpl"; videos = "${config.home.homeDirectory}/vid"; }; + + dconf.settings = { + "org/gnome/TextEditor" = { + keybindings = "vim"; + }; + }; }