home-environment: use DAG type in activation option
This commit is contained in:
parent
6c127efb2d
commit
7f87329fca
3 changed files with 4 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ let
|
|||
cfg = config.home;
|
||||
|
||||
dag = config.lib.dag;
|
||||
dagOf = (import ./lib/types.nix { inherit dag lib; }).dagOf;
|
||||
|
||||
languageSubModule = types.submodule {
|
||||
options = {
|
||||
|
|
@ -235,8 +236,8 @@ in
|
|||
|
||||
home.activation = mkOption {
|
||||
internal = true;
|
||||
type = dagOf types.str;
|
||||
default = {};
|
||||
type = types.attrs;
|
||||
description = ''
|
||||
Activation scripts for the home environment.
|
||||
</para><para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue