feat(hyprland): fix picker

This commit is contained in:
Kat Inskip 2024-03-09 15:13:18 -08:00
parent 26ad2434b0
commit 576f3a3e7e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
};
flakelibstd = {
url = "github:flakelib/std";
inputs.nix-std.follows = "flakelibstd";
inputs.nix-std.follows = "std";
};
flakelib = {
url = "github:flakelib/fl";