diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:56:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:56:54 -0600 |
| commit | 31711962b9ae7985287b98a165a52c40da402f4b (patch) | |
| tree | 39f8ede7d4430033d503e9236009f16523c5cf61 /modules | |
| parent | 3e85a281ec997ddfac4601c15e6851e6dd31bfb6 (diff) | |
modules: automatically import all modules
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/default.nix b/modules/default.nix index bd5d292..0c0fd4c 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,5 +1,3 @@ -{ - imports = [ - ./sway - ]; +{doctrine, ...}: { + imports = builtins.attrValues (doctrine.lib.importAll {root = ./.;}); } |
