feat: added a api route to control monitors from home assistant
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-16 21:59:10 +05:30
parent 5f951eb9c7
commit 4a51b49b9e
4 changed files with 207 additions and 91 deletions

View File

@@ -182,10 +182,11 @@
# url = "path:/home/servius/Projects/command-runner";
inputs.nixpkgs.follows = "nixpkgs";
};
# hyprmonitors = {
# url = "https://git.darksailor.dev/servius/hyprmonitors";
# inputs.nixpkgs.follows = "nixpkgs";
# };
hyprmonitors = {
# url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors";
url = "path:/home/servius/Projects/hyprmonitors";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
# alvr = {
# url = "path:/home/servius/Projects/ALVR";