fix: change hyprmonitors fetch method to https
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user