diff --git a/index.html b/index.html index 2deced491..877710f7e 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 b922f6963..79bd7c8d5 100644 --- a/options.html +++ b/options.html @@ -5283,6 +5283,23 @@ in { for explanation about possible values.
Type: strings concatenated with "\n"
Default: ""
Declared by:
<home-manager/modules/programs/rtorrent.nix>
+ |
programs.sagemath.enable
Whether to enable SageMath, a mathematics software system.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/sagemath.nix>
+ |
programs.sagemath.package
The SageMath package to use.
Type: package
Default: pkgs.sage
Declared by:
+ <home-manager/modules/programs/sagemath.nix>
+ |
programs.sagemath.configDir
Directory where the sage.init
file will be stored.
+Note that the upstream default is ~/.sage
,
+but our default is to follow XDG.
+
Type: string
Default: ${config.xdg.configHome}/sage
Declared by:
+ <home-manager/modules/programs/sagemath.nix>
+ |
programs.sagemath.dataDir
Location for DOT_SAGE
.
+Note that the upstream default is ~/.sage
,
+but our default is to follow XDG.
+
Type: string
Default: ${config.xdg.dataHome}/sage
Declared by:
+ <home-manager/modules/programs/sagemath.nix>
+ |
programs.sagemath.initScript
Contents of the init.sage
file that is loaded on startup.
+
Type: strings concatenated with "\n"
Default: ""
Example: "%colors linux"
Declared by:
+ <home-manager/modules/programs/sagemath.nix>
|
programs.sbt.enable
Whether to enable sbt.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/sbt.nix>
|
programs.sbt.package
The package with sbt to be installed.
Type: package
Default: pkgs.sbt
Declared by: