2.home-manager/tests/modules/programs/ashell/camelcase-migration-expected.toml
Austin Horstman 1e313820a3 treewide: adapt toml generator changes
Upstream formatter change in
https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
2026-05-02 20:19:12 -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'