feat: use upstream version of hyprmonitors
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m25s

This commit is contained in:
uttarayan21
2025-08-16 22:01:20 +05:30
parent 4a51b49b9e
commit 1378d534cf
2 changed files with 11 additions and 8 deletions

View File

@@ -183,8 +183,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprmonitors = {
# url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors";
url = "path:/home/servius/Projects/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";