1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
home-manager/tests/modules/programs/htop/default.nix
Bart Bakker 7523252f97
htop: fix order or header_columns setting (#2435)
When `header_columns` is in settings it must appear before any of the
`column_meters_*` options.

Fixes 2426.
2021-11-01 15:27:29 -04:00

7 lines
208 B
Nix

{
htop-empty-settings = ./empty-settings.nix;
htop-example-settings = ./example-settings.nix;
htop-header_layout = ./header_layout.nix;
htop-settings-without-fields = ./settings-without-fields.nix;
}