From a49d339ff9d79bfc9b9afcd7182568cae528070d Mon Sep 17 00:00:00 2001 From: berbiche Date: Wed, 2 Jun 2021 23:27:55 +0000 Subject: [PATCH] deploy: d6bbd02e95556b285abb610eba923f528462f860 --- index.html | 4 ++-- options.html | 30 +++++++++++++++--------------- tools.html | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 508e5cd6a..cbc4d9432 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Home Manager Manual

Home Manager Manual


Preface

+Home Manager Manual

Home Manager Manual


Preface

This manual will eventually describes how to install, use, and extend Home Manager.

diff --git a/options.html b/options.html index 117d481d7..91eea302a 100644 --- a/options.html +++ b/options.html @@ -3646,19 +3646,19 @@ This superseedes any other (deprecated) settings in this module. ] ; header_margin = true; hide_kernel_threads = true; hide_threads = false; hide_userland_threads = false; highlight_base_name = false; highlight_megabytes = true; highlight_threads = true; left_meter_modes = [ - 1 1 1 + 1 1 1 2 ] ; left_meters = [ - "AllCPUs" "Memory" "Swap" + "AllCPUs2" "Memory" "Swap" "Zram" ] ; right_meter_modes = [ - 2 2 2 + 2 2 2 2 ] ; right_meters = [ - "LoadAverage" "Tasks" "Uptime" + "Tasks" "LoadAverage" "Uptime" "Systemd" ] ; shadow_other_users = false; show_cpu_frequency = false; show_cpu_usage = false; show_program_path = true; show_thread_names = false; sort_direction = 1; sort_key = 46; tree_view = false; update_process_names = false; vim_mode = false; } @@ -3684,17 +3684,17 @@ This superseedes any other (deprecated) settings in this module. highlight_base_name = 1; highlight_megabytes = 1; highlight_threads = 1; -} // (with config.lib.htop; leftMeters { - AllCPUs2 = modes.Bar; - Memory = modes.Bar; - Swap = modes.Bar; - Zram = modes.Text; -}) // (with config.lib.htop; rightMeters { - Tasks = modes.Text; - LoadAverage = modes.Text; - Uptime = modes.Text; - Systemd = modes.Text; -}) +} // (with config.lib.htop; leftMeters [ + (bar "AllCPUs2") + (bar "Memory") + (bar "Swap") + (text "Zram") +]) // (with config.lib.htop; rightMeters [ + (text "Tasks") + (text "LoadAverage") + (text "Uptime") + (text "Systemd") +]);

Declared by:

<home-manager/modules/programs/htop.nix>
programs.htop.shadowOtherUsers

Deprecated. Please use programs.htop.settings.shadow_other_users instead. diff --git a/tools.html b/tools.html index 4d201549f..c1f0129f4 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools

Appendix D. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix D. Tools

Appendix D. Tools

home-manager + — reconfigure a user environment

Name

home-manager — reconfigure a user environment

Synopsis

home-manager { build | @@ -74,7 +74,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.

@@ -139,7 +139,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -234,15 +234,15 @@ --verbose

Activates verbose output. -

Files

+

Files

~/.local/share/home-manager/news-read-ids

Identifiers of news items that have been shown. Can be deleted to reset the read news indicator. -

Bugs

+

Bugs

Please report any bugs on the project issue tracker. -

See also

+

See also

home-configuration.nix(5)

\ No newline at end of file