diff --git a/index.html b/index.html index 4ca9873d6..bd3f4eae2 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 842b6cfb2..4fe4f8b9c 100644 --- a/options.html +++ b/options.html @@ -642,6 +642,18 @@ configurations installed through <home-manager/modules/misc/fontconfig.nix>
gtk.enableWhether to enable GTK 2/3 configuration.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/misc/gtk.nix>
+ |
gtk.cursorThemeThe cursor theme to use.
Type: null or submodule
Default: null
Declared by:
+ <home-manager/modules/misc/gtk.nix>
+ |
gtk.cursorTheme.packagePackage providing the cursor theme. This package will be installed
+to your profile. If null then the theme
+is assumed to already be available in your profile.
+
Type: null or package
Default: null
Example: pkgs.vanilla-dmz
Declared by:
+ <home-manager/modules/misc/gtk.nix>
+ |
gtk.cursorTheme.nameThe name of the cursor theme within the package.
Type: string
Example: "Vanilla-DMZ"
Declared by:
+ <home-manager/modules/misc/gtk.nix>
+ |
gtk.cursorTheme.sizeThe size of the cursor. +
Type: null or signed integer
Default: null
Example: 16
Declared by:
+ <home-manager/modules/misc/gtk.nix>
|
gtk.fontThe font to use in GTK+ 2/3 applications.
Type: null or submodule
Default: null
Declared by:
<home-manager/modules/misc/gtk.nix>
@@ -703,12 +715,12 @@ is assumed to already be available in your profile.
<home-manager/modules/misc/gtk.nix>
|
gtk.iconThemeThe icon theme to use.
Type: null or submodule
Default: null
Declared by:
<home-manager/modules/misc/gtk.nix>
- |
gtk.iconTheme.packagePackage providing the theme. This package will be installed +
gtk.iconTheme.packagePackage providing the icon theme. This package will be installed
to your profile. If null then the theme
is assumed to already be available in your profile.
-
Type: null or package
Default: null
Example: pkgs.gnome.gnome_themes_standard
Declared by: