feat: refactored configs to follow modules pattern

This commit is contained in:
Leyla Becker 2026-04-07 18:45:44 -05:00
parent 149f4f151f
commit 4eb36ddfc7
29 changed files with 169 additions and 1481 deletions

View file

@ -106,13 +106,6 @@
default = {};
};
})
({...}: {
flake.syncthingConfiguration = inputs.nix-syncthing.lib.syncthingConfiguration {
modules = [
(import ./configurations/syncthing)
];
};
})
(inputs.import-tree ./modules)
];
};