mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-07 01:07:00 +00:00
Don't generate the `htoprc` when using default settings to use the defaults of the htop program. Rename the test for this case to 'empty-settings'.
4 lines
100 B
Nix
4 lines
100 B
Nix
{
|
|
htop-empty-settings = ./empty-settings.nix;
|
|
htop-example-settings = ./example-settings.nix;
|
|
}
|