diff --git a/index.html b/index.html index 0cdb138b7..cb58fbcb5 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 019e357c2..76c99ea4e 100644 --- a/options.html +++ b/options.html @@ -9681,6 +9681,70 @@ else pkgs.emacs "pipewire-pulse"
Declared by:
<home-manager/modules/services/fluidsynth.nix>
+ |
services.fnott.enableWhether to enable fnott, a lightweight Wayland notification daemon for wlroots-based compositors +.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/services/fnott.nix>
+ |
services.fnott.packagePackage providing fnott.
Type: package
Default:
+ pkgs.fnott
+
Declared by:
+ <home-manager/modules/services/fnott.nix>
+ |
services.fnott.configFilePath to the configuration file read by fnott. +
+Note that environment variables in the path won't be properly expanded. +
+The configuration specified under
+services.fnott.settings will be generated and
+written to $XDG_CONFIG_HOME/fnott/fnott.ini
+regardless of this option. This allows using a mutable configuration file
+generated from the immutable one, useful in scenarios where live reloading is desired.
+
Type: string or path
Default:
+ "\$XDG_CONFIG_HOME/fnott/fnott.ini"
+
Declared by:
+ <home-manager/modules/services/fnott.nix>
+ |
services.fnott.extraFlagsExtra arguments to use for executing fnott. +
Type: list of strings
Default:
+
+ [
+
+ ]
+
+
Example:
+
+ [
+ "-s"
+ ]
+
+
Declared by:
+ <home-manager/modules/services/fnott.nix>
+ |
services.fnott.settingsConfiguration written to
+$XDG_CONFIG_HOME/fnott/fnott.ini.
+
+See +fnott.ini(5) for a list of avaliable options and https://codeberg.org/dnkl/fnott/src/branch/master/fnott.ini +for an example configuration. +
Type: attribute set of attribute set of INI atom (null, bool, int, float or string)ss
Default:
+
+ {
+
+ }
+
+
Example:
{
+ main = {
+ notification-margin = 5;
+ };
+
+ low = {
+ timeout = 5;
+ title-font = "Dina:weight=bold:slant=italic";
+ title-color = "ffffff";
+ };
+}
+Declared by:
+ <home-manager/modules/services/fnott.nix>
|
services.gammastep.enableWhether to enable Gammastep.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 7e6256464..71623d2d6 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -259,15 +259,15 @@
attrPath--verbose