_module.argsType: lazy attribute set of raw value
Declared by:
<home-manager/lib/modules.nix>
|
home-manager.backupFileExtensionOn activation move existing files by appending the given file extension rather than exiting with an error.
Type: null or string
Default: null
Example: "backup"
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.extraSpecialArgsExtra specialArgs passed to Home Manager. This
option can be used to pass additional arguments to all modules.
Type: attribute set
Default:
{
}
Example: { inherit emacs-overlay; }
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.sharedModulesExtra modules added to all users.
Type: list of raw value
Default:
[
]
Example: [ { home.packages = [ nixpkgs-fmt ]; } ]
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.useGlobalPkgsWhether to enable using the system configuration's pkgs
argument in Home Manager. This disables the Home Manager
options nixpkgs.*
.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.useUserPackagesWhether to enable installation of user packages through the
users.users.<name>.packages option
.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.usersPer-user Home Manager configuration.
Type: attribute set of Home Manager module
Default:
{
}
Declared by:
<home-manager/nixos/common.nix>
|
home-manager.verboseWhether to enable verbose output on activation.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/nixos/common.nix>
|