fix: change hyprmonitors fetch method to https

This commit is contained in:
uttarayan21
2025-11-26 20:25:28 +05:30
parent b555cbe0af
commit 18d18ff693

View File

@@ -195,7 +195,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hyprmonitors = { hyprmonitors = {
url = "git+ssh://gitea@git.darksailor.dev/servius/hyprmonitors"; url = "https://git.darksailor.dev/servius/hyprmonitors";
# url = "path:/home/servius/Projects/hyprmonitors"; # url = "path:/home/servius/Projects/hyprmonitors";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };