diff --git a/index.html b/index.html index 5225ab5aa..4ca9873d6 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 5707f9016..842b6cfb2 100644 --- a/options.html +++ b/options.html @@ -1990,6 +1990,8 @@ of options. <home-manager/modules/programs/autorandr.nix>
programs.autorandr.profiles.<name>.config.<name>.dpi
Output DPI configuration.
Type: null or positive integer, meaning >0
Default: null
Example: 96
Declared by:
<home-manager/modules/programs/autorandr.nix>
+ |
programs.autorandr.profiles.<name>.config.<name>.filter
Interpolation method to be used for scaling the output.
Type: null or one of "bilinear", "nearest"
Default: null
Example: "nearest"
Declared by:
+ <home-manager/modules/programs/autorandr.nix>
|
programs.autorandr.profiles.<name>.config.<name>.gamma
Output gamma configuration.
Type: string
Default: ""
Example: "1.0:0.909:0.833"
Declared by:
<home-manager/modules/programs/autorandr.nix>
|
programs.autorandr.profiles.<name>.config.<name>.mode
Output resolution.
Type: string
Default: ""
Example: "3840x2160"
Declared by:
@@ -7021,7 +7023,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.65.1)
Example: pkgs.vscodium
Declared by:
+ |