mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
home-manager/state/paths: update types to be consistent with NixOS version
This commit is contained in:
parent
a7a5e874a0
commit
61ed2525a6
@ -6,7 +6,7 @@
|
|||||||
pathsSubmodule = { lib, ... }: {
|
pathsSubmodule = { lib, ... }: {
|
||||||
options = {
|
options = {
|
||||||
paths = lib.mkOption {
|
paths = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (listOf str);
|
type = with lib.types; attrsOf (either path (listOf str));
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
Set of paths to hold as a single source of truth for path-related
|
Set of paths to hold as a single source of truth for path-related
|
||||||
|
Loading…
Reference in New Issue
Block a user