Not sure how to specify modules...

This commit is contained in:
niten 2024-06-19 13:25:13 -07:00
parent 3a103270cc
commit 98075785a3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ in {
};
nixos-modules = mkOption {
type = listOf package;
type = listOf unspecified;
default = [ ];
description = "NixOS modules to add to Paris.";
};