add niri blur

This commit is contained in:
Sean Kovacs 2026-01-24 01:43:03 -05:00
commit 16cdb91f7d
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 21 additions and 8 deletions

View file

@ -33,8 +33,15 @@
};
niri = {
url = "github:sodiboo/niri-flake";
url = "github:sckova/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.niri-stable.follows = "niri-blur";
inputs.niri-unstable.follows = "niri-blur";
};
niri-blur = {
url = "github:visualglitch91/niri/feat/blur";
flake = false;
};
noctalia = {