firefox: Improve overlay
This commit is contained in:
parent
b30401044e
commit
8db14d0fa5
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
let
|
||||
importOverlays = builtins.map
|
||||
(overlay: import overlay { inherit lib inputs pkgs cfgPath; })
|
||||
(overlay: import overlay {
|
||||
inherit cfgPath lib inputs;
|
||||
})
|
||||
(builtins.filter
|
||||
(file: builtins.match ".*\.nix" (builtins.toString file) != null)
|
||||
(lib.filesystem.listFilesRecursive "${cfgPath}/overlays"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue