From 7a22900c9b4351588c163c8b8dafde5117467498 Mon Sep 17 00:00:00 2001 From: ahwx Date: Fri, 13 Feb 2026 14:27:26 +0100 Subject: [PATCH] feat: make iamb show displayname rather than user id --- modules/home/iamb.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/iamb.nix b/modules/home/iamb.nix index 9d4e644..6ba508e 100644 --- a/modules/home/iamb.nix +++ b/modules/home/iamb.nix @@ -11,6 +11,7 @@ width = 66; }; }; + username_display = "displayname"; }; }; }