nixos-config/users/simon/modules/htop.nix

12 lines
198 B
Nix
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2020 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
2020-11-07 14:32:31 +01:00
{
xdg.configFile = {
"htop/htoprc".text = ''
2020-11-07 14:32:31 +01:00
color_scheme=6
'';
};
}