Extra apps should be attrsOf not a list

This commit is contained in:
niten 2023-09-04 18:18:26 -07:00
parent aa267912bc
commit 3dea8d0a6f
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ in {
};
extra-apps = mkOption {
type = listOf package;
type = attrsOf package;
description = "List of other apps to enable.";
default = [ ];
default = { };
};
uids = {