refactor: made pkgs dendrites

This commit is contained in:
Leyla Becker 2026-04-07 08:45:11 -05:00
parent 88041e86bd
commit df8dd110ad
54 changed files with 1184 additions and 1058 deletions

View file

@ -101,6 +101,10 @@
type = lib.types.attrsOf lib.types.unspecified;
default = {};
};
options.flake.commonModules = lib.mkOption {
type = lib.types.attrsOf lib.types.unspecified;
default = {};
};
})
({...}: {
flake.syncthingConfiguration = inputs.nix-syncthing.lib.syncthingConfiguration {