diff --git a/index.html b/index.html index a0db2c160..1c589df2f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index baa2f37ae..2801cf6b4 100644 --- a/options.html +++ b/options.html @@ -5158,7 +5158,7 @@ now.
programs.rofi.enable
Whether to enable Rofi: A window switcher, application launcher and dmenu replacement.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/rofi.nix>
|
programs.rofi.package
Package providing the rofi binary. -
Type: package
Default: (build of rofi-1.7.0)
Example:
pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; }; +Type: package
Default:
(build of rofi-1.7.2)
Example:
pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };Declared by:
<home-manager/modules/programs/rofi.nix>
|
programs.rofi.configPath
Path where to put generated configuration file.
Type: string
Default: "$XDG_CONFIG_HOME/rofi/config.rasi"
Declared by:
@@ -5416,7 +5416,7 @@ CTRL-T keybinding.
<home-manager/modules/programs/skim.nix>
|
programs.sm64ex.enable
Whether to enable sm64ex.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/sm64ex.nix>
- |
programs.sm64ex.package
The sm64ex package to use.
Type: package
Default: (build of sm64ex-unstable-2020-10-09)
Declared by:
+ |
programs.sm64ex.package
The sm64ex package to use.
Type: package
Default: (build of sm64ex-unstable-2021-11-30)
Declared by:
<home-manager/modules/programs/sm64ex.nix>
|
programs.sm64ex.baserom
The path to the Super Mario 64 baserom to extract assets from.
Type: null or path
Default: null
Example: /home/foo/baserom.us.z64
Declared by:
<home-manager/modules/programs/sm64ex.nix>
@@ -6129,7 +6129,7 @@ manually set any options not listed above.
|
programs.vscode.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.package
Version of Visual Studio Code to install. -
Type: package
Default: (build of vscode-1.62.3)
Example: pkgs.vscodium
Declared by:
+ |