use own niri fork with fixed fractional blur

This commit is contained in:
2026-02-12 20:42:40 +01:00
parent 97824b5b4d
commit f9d4e4e647
2 changed files with 6 additions and 6 deletions

View File

@@ -261,15 +261,15 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1770570145,
"narHash": "sha256-O6ifYKxSSM/3XBy548qxMKNjy2JDDTtVIM0ctGwzt1E=",
"owner": "Naxdy",
"lastModified": 1770920928,
"narHash": "sha256-gWgTgho+5zceRLpPcFHVOqItPdI52eXs4f8KlfzpvBg=",
"owner": "Lukrecjaaa",
"repo": "niri",
"rev": "85347943b430d91bbed02b70dadb75c4578c083a",
"rev": "b14168f4bc2745d8559cc056b46c04aca93f1646",
"type": "github"
},
"original": {
"owner": "Naxdy",
"owner": "Lukrecjaaa",
"repo": "niri",
"type": "github"
}

View File

@@ -30,7 +30,7 @@
};
niri = {
url = "github:Naxdy/niri";
url = "github:Lukrecjaaa/niri";
inputs.nixpkgs.follows = "nixpkgs";
};