wrap niri and spotx overlays into overlay.modifications.
This commit is contained in:
parent
2f5ac0dfe1
commit
08aacf8c0d
7 changed files with 19 additions and 12 deletions
|
|
@ -18,13 +18,10 @@
|
|||
|
||||
config = {
|
||||
nixpkgs = {
|
||||
overlays =
|
||||
(with outputs; [
|
||||
overlays.modifications
|
||||
])
|
||||
++ (with inputs; [
|
||||
niri-flake.overlays.niri
|
||||
]);
|
||||
overlays = with outputs.overlays; [
|
||||
modifications
|
||||
additions
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue