add niri blur

This commit is contained in:
Sean Kovacs 2026-02-21 09:58:07 -05:00
commit b91bf4779c
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 165 additions and 168 deletions

View file

@ -44,11 +44,16 @@
};
niri = {
url = "github:sodiboo/niri-flake";
url = "github:sckova/niri-flake/feat/blur";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
# inputs.niri-stable.follows = "niri-blur";
# inputs.niri-unstable.follows = "niri-blur";
inputs.niri-stable.follows = "niri-blur";
inputs.niri-unstable.follows = "niri-blur";
};
niri-blur = {
url = "github:niri-wm/niri/wip/branch";
flake = false;
};
# niri-blur = {