use niri with overview pr
This commit is contained in:
parent
c1dd700f20
commit
b7eeaaa072
4 changed files with 142 additions and 51 deletions
|
|
@ -1 +1,11 @@
|
|||
{ inputs, ... }: inputs.niri-flake.overlays.niri
|
||||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
niri-unstable = inputs.niri-flake.packages."${system}".niri-unstable;
|
||||
niri-overview = inputs.niri-overview.packages."${system}".niri;
|
||||
niri-stable = inputs.niri-flake.packages."${system}".niri-stable;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue