Commit ec3c538676a7

Vincent Demeester <vincent@sbr.pm>
2026-01-27 15:35:43
fix(lazyworktree): disable icons
Set icon_set to "none" for cleaner terminal output. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a6be5a5
Changed files (1)
home
home/common/dev/lazyworktree.nix
@@ -9,7 +9,7 @@
 
     settings = {
       # UI settings
-      icon_set = "nerd-font-v3";
+      icon_set = "none";
       max_name_length = 95;
       sort_mode = "switched";