nixos-config/overlay/default.nix

9 lines
123 B
Nix
Raw Permalink Normal View History

2025-01-05 16:45:18 -05:00
let
overlays = [
./conduwuit
2025-01-07 16:19:18 -05:00
./attic
2025-01-05 16:45:18 -05:00
];
importedOverlays = map (m: import m) overlays;
in
importedOverlays