wrap niri and spotx overlays into overlay.modifications.

This commit is contained in:
Ulic-youthlic 2025-01-08 00:02:29 +08:00
parent 2f5ac0dfe1
commit 08aacf8c0d
7 changed files with 19 additions and 12 deletions

View file

@ -4,6 +4,8 @@ let
inherit (prev) lib;
overlay-files = [
./helix.nix
./spotify.nix
./niri.nix
];
overlay-list = map (file: import file args) overlay-files;
in