nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f509e85bb295fb760302833d17895ad6e6da9920
parent f324f9045fd0dbfed6740157b210a1409c3d866e
Author: Toni Brown <me@tb148.net>
Date:   Sat, 21 Mar 2026 13:25:49 +0800

set default editors

Diffstat:
Mhome.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -135,6 +135,8 @@ signing.backend = "gpg"; snapshot.max-new-file-size = 33554432; ui.show-cryptographic-signatures = true; + ui.editor = "hx"; + ui.diff-editor = ":builtin"; user.name = "Toni Brown"; user.email = "me@tb148.net"; };