From ff5affd1c50059cd978d8b38709ae2678812976b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 12 Aug 2025 10:36:44 +0200 Subject: [PATCH] xmobar: document how to visualize modified configuration --- nix/configurations/vanadium/home/xmobar.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index 29bb0f4f..40476f66 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -24,7 +24,8 @@ # Xmobar uses the directory to compile too, # Linking the entire folder directly would make the directory not writable # - # We need to clean up the xmobar executable so it recompiles + # Just relink the file if you want to debug it quickly + # We need to clean up the xmobar executable so it recompiles (it's copied to store) recursive = true; source = "${./xmobar}"; };