feat(hypr): PiP now works.

This commit is contained in:
kenji
2026-06-24 14:07:10 -05:00
parent 4fe5b5033b
commit 04d2c4bd10
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
owner = "waliori";
repo = "waybar_peek";
rev = "main"; # You can pin a specific commit hash here for stability
hash = lib.fakeHash; # Nix will error on first build and give you the correct hash to paste here
hash = "sha256-Vd462KxLPqBeSJZ/1A0MChG8Q2XQMiubiKlpdGtZZhw="; # Nix will error on first build and give you the correct hash to paste here
};
buildInputs = [pkgs.python3];