mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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, ... }: {
|
||||
options = {
|
||||
paths = lib.mkOption {
|
||||
type = with lib.types; attrsOf (listOf str);
|
||||
type = with lib.types; attrsOf (either path (listOf str));
|
||||
default = { };
|
||||
description = ''
|
||||
Set of paths to hold as a single source of truth for path-related
|
||||
|
Loading…
Reference in New Issue
Block a user