diff --git a/flakes/manual.toml b/flakes/manual.toml index 945f060b..c72f9d34 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -7,20 +7,28 @@ type = "git" url = "git+https://codeberg.org/wolfangaukang/multifirefox?ref=main" [[sources]] -type = "git" -url = "git+https://github.com/hannesgith/rquickshare?ref=flake" +type = "github" +owner = "hannesgith" +repo = "rquickshare" +ref = "flake" [[sources]] -type = "git" -url = "git+https://github.com/hannesgith/neohtop?ref=nixify" +type = "github" +owner = "hannesgith" +repo = "neohtop" +ref = "nixify" [[sources]] -type = "git" -url = "git+https://github.com/raboof/octopin?ref=nix" +type = "github" +owner = "raboof" +repo = "octopin" +ref = "nix" [[sources]] -type = "git" -url = "git+https://github.com/TamtamHero/fw-fanctrl?ref=packaging/nix" +type = "github" +owner = "TamtamHero" +repo = "fw-fanctrl" +ref = "packaging/nix" [[sources]] type = "github"