1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
home-manager/tests/modules/programs/ashell/camelcase-migration-expected.toml
Austin Horstman 650a38ebe8 ashell: support yaml and toml config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-05 00:26:25 -05:00

13 lines
218 B
TOML

[modules]
center = ["WindowTitle"]
left = ["Workspaces"]
right = ["SystemInfo"]
[system_info]
refresh_rate = 1000
show_cpu = true
show_memory = true
[workspaces]
show_empty = true
visibility_mode = "MonitorSpecific"