wip: niri take 2
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 7m28s
/ report-size (push) Successful in 1m8s

Take two, since one wasn't enough.
This commit is contained in:
Jalil David Salamé Messina 2025-03-16 22:25:58 +01:00
parent 3c8d299f22
commit dbea825ed3
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 74 additions and 0 deletions

View file

@ -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";