modules/top-level: move out of wrappers/modules

This commit is contained in:
Matt Sturgeon 2024-07-05 14:25:21 +01:00
parent b59fa976d0
commit 2deb61f6a5
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
10 changed files with 34 additions and 16 deletions

View file

@ -5,12 +5,6 @@ let
cfg = config.programs.nixvim;
in
{
topLevelModules = [
../modules
./modules/output.nix
./modules/files.nix
];
helpers = mkOption {
type = mkOptionType {
name = "helpers";