add symlink option
This commit is contained in:
parent
e829bedfe3
commit
aedfd070b9
8 changed files with 71 additions and 37 deletions
8
options/desktop/file.nix
Normal file
8
options/desktop/file.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }: {
|
||||
options.device = {
|
||||
symlink = lib.mkOption {
|
||||
default = {};
|
||||
type = lib.type.attrsOf lib.types.str;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue