nix machine / user configurations
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://git.gaze.systems/90008/limbusart.git" 33fetch.git = "https://git.gaze.systems/90008/limbusart.git" 34 35[clickee-proxy] 36src.git = "https://tangled.org/@ptr.pet/clickee-proxy" 37fetch.git = "https://tangled.org/@ptr.pet/clickee-proxy" 38 39[nsid-tracker] 40src.git = "https://tangled.org/@ptr.pet/nsid-tracker" 41fetch.git = "https://tangled.org/@ptr.pet/nsid-tracker" 42 43[nucleus] 44src.git = "https://tangled.org/@ptr.pet/nucleus" 45fetch.git = "https://tangled.org/@ptr.pet/nucleus" 46 47## TANGLED ## 48 49[tangled] 50src.git = "https://tangled.org/@tangled.org/core" 51fetch.git = "https://tangled.org/@tangled.org/core" 52 53[tangled-sqlite-lib] 54src.manual = "3450100" 55fetch.tarball = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 56 57[gomod2nix] 58src.git = "https://github.com/nix-community/gomod2nix" 59fetch.github = "nix-community/gomod2nix" 60 61## TANGLED ## 62 63[moonlight] 64src.git = "https://github.com/moonlight-mod/moonlight" 65fetch.github = "moonlight-mod/moonlight" 66 67[zen-browser] 68src.git = "https://github.com/0xc000022070/zen-browser-flake" 69fetch.github = "0xc000022070/zen-browser-flake" 70 71[stylix] 72src.git = "https://github.com/nix-community/stylix" 73fetch.github = "nix-community/stylix"