commit 12c9cf6eb7cae95439ced0b7b4a3bb76e30a5458
parent b20e13a4b9c10b8e31132558f22ea0b720a7cd2d
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 20:04:55 +0200
parent b20e13a4b9c10b8e31132558f22ea0b720a7cd2d
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 20:04:55 +0200
config/home/zaphyra/programs/gnome-text-editor: add some settings
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/programs/gnome-text-editor.nix b/config/home/zaphyra/programs/gnome-text-editor.nix @@ -6,4 +6,16 @@ gnome-text-editor ]; + dconf.settings = { + "org/gnome/TextEditor" = { + highlight-current-line = true; + wrap-text = true; + show-line-numbers = true; + show-map = true; + show-right-margin = true; + indent-style = "space"; + indent-width = 4; + }; + }; + }