feat(hyprrecord): move recording script to seperate flake

This commit is contained in:
ooks-io 2024-03-17 20:12:15 +13:00
parent 1294cf04e9
commit 7655485e8f
5 changed files with 8 additions and 62 deletions

View file

@ -51,6 +51,11 @@
url = "github:hyprwm/hypridle";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprrecord = {
url = "github:ooks-io/hyprrecord";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpaper.url = "github:hyprwm/hyprpaper";