vanadium/xmobar: add notes

This commit is contained in:
Primrose 2025-07-01 18:30:29 +02:00
parent b5ed691937
commit 47f4fb9e43
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,6 +1,10 @@
{
programs.xmobar = {
enable = true;
# XMobar's config file is not a segment of valid Haskell source code -- it is instead a DSL
# Note how `Run` handles its arguments properly without parens?
#
# Also xmobar wants GHC if we use it as a library, and I'm lazy, you probably want to keep it this way.
extraConfig = ''
Config { overrideRedirect = False
, font = "Iosevka 13"