wip: niri take 2
Take two, since one wasn't enough.
This commit is contained in:
parent
3c8d299f22
commit
dbea825ed3
3 changed files with 74 additions and 0 deletions
11
flake.nix
11
flake.nix
|
@ -43,6 +43,17 @@
|
|||
nuschtosSearch.follows = "";
|
||||
};
|
||||
};
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs = {
|
||||
# Deduplicate
|
||||
nixpkgs.follows = "unstable";
|
||||
nixpkgs-stable.follows = "nixpkgs";
|
||||
# Unused
|
||||
niri-unstable.follows = "";
|
||||
xwayland-satellite-unstable.follows = "";
|
||||
};
|
||||
};
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue