commit e9d4883e3a45a7cea7d2c7baecd618780438d936
parent 41f3e27d1a5accb6610594847b27db74e0e5e80c
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 20:04:55 +0200
parent 41f3e27d1a5accb6610594847b27db74e0e5e80c
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; + }; + }; + }