nix machine / user configurations
at terra 2.4 kB view raw
1# nvfetcher configuration for Nix flake inputs 2 3[facter] 4src.git = "https://github.com/nix-community/nixos-facter-modules" 5fetch.github = "nix-community/nixos-facter-modules" 6 7[nixos-hardware] 8src.git = "https://github.com/NixOS/nixos-hardware" 9fetch.github = "NixOS/nixos-hardware" 10 11[disko] 12src.git = "https://github.com/nix-community/disko" 13fetch.github = "nix-community/disko" 14 15[home] 16src.git = "https://github.com/nix-community/home-manager" 17fetch.github = "nix-community/home-manager" 18 19[blog] 20src.git = "https://tangled.org/@ptr.pet/endpoint" 21fetch.git = "https://tangled.org/@ptr.pet/endpoint" 22 23[agenix] 24src.git = "https://github.com/ryantm/agenix" 25fetch.github = "ryantm/agenix" 26 27[ncr] 28src.git = "https://tangled.org/@ptr.pet/nixos-cloud-resources" 29fetch.git = "https://tangled.org/@ptr.pet/nixos-cloud-resources" 30 31[limbusart] 32src.git = "https://github.com/90-008/limbusart.git" 33fetch.git = "https://github.com/90-008/limbusart.git" 34 35[clickee] 36src.git = "https://tangled.org/@ptr.pet/clickee" 37fetch.git = "https://tangled.org/@ptr.pet/clickee" 38 39[clickee-proxy] 40src.git = "https://tangled.org/@ptr.pet/clickee-proxy" 41fetch.git = "https://tangled.org/@ptr.pet/clickee-proxy" 42 43[nsid-tracker] 44src.git = "https://tangled.org/@ptr.pet/nsid-tracker" 45fetch.git = "https://tangled.org/@ptr.pet/nsid-tracker" 46 47[nucleus] 48src.git = "https://tangled.org/@ptr.pet/nucleus" 49fetch.git = "https://tangled.org/@ptr.pet/nucleus" 50 51[trill] 52src.git = "https://tangled.org/@ptr.pet/trill" 53fetch.git = "https://tangled.org/@ptr.pet/trill" 54 55[dysnomia] 56src.git = "https://tangled.org/@ptr.pet/dysnomia" 57fetch.git = "https://tangled.org/@ptr.pet/dysnomia" 58 59## TANGLED ## 60 61[tangled] 62src.git = "https://tangled.org/ptr.pet/core" 63fetch.git = "https://tangled.org/ptr.pet/core" 64 65[tangled-sqlite-lib] 66src.manual = "3450100" 67fetch.tarball = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 68 69[gomod2nix] 70src.git = "https://github.com/nix-community/gomod2nix" 71fetch.github = "nix-community/gomod2nix" 72 73## TANGLED ## 74 75[moonlight] 76src.git = "https://github.com/moonlight-mod/moonlight" 77fetch.github = "moonlight-mod/moonlight" 78 79[zen-browser] 80src.git = "https://github.com/0xc000022070/zen-browser-flake" 81fetch.github = "0xc000022070/zen-browser-flake" 82 83[stylix] 84src.git = "https://github.com/nix-community/stylix" 85fetch.github = "nix-community/stylix" 86 87[nixpkgs-xr] 88src.git = "https://github.com/nix-community/nixpkgs-xr" 89fetch.github = "nix-community/nixpkgs-xr"