mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
htop: export defaultFields into lib
This commit is contained in:
parent
bbe6e94737
commit
7a6655e89a
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
lib.htop = {
|
||||
inherit fields modes leftMeters rightMeters bar text graph led blank;
|
||||
inherit fields defaultFields modes leftMeters rightMeters bar text graph
|
||||
led blank;
|
||||
};
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
|
|
Loading…
Reference in a new issue