9 lines
136 B
Nix
9 lines
136 B
Nix
let
|
|
overlays = [
|
|
./conduwuit
|
|
./attic
|
|
./sway.nix
|
|
];
|
|
importedOverlays = map (m: import m) overlays;
|
|
in
|
|
importedOverlays
|