1
0
Fork 0
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:
novenary 2024-06-19 16:55:37 +03:00
parent bbe6e94737
commit 7a6655e89a

View file

@ -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 ];