diff --git a/index.html b/index.html index 508e5cd6a..cbc4d9432 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?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 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -74,7 +74,7 @@
|
--verbose
}
- ]
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.
-
The tool accepts the options
-A attrPath
@@ -234,15 +234,15 @@
--verbose
Activates verbose output. -