blob: 8975ebaf5de0215624ea7b0f9f88b9ce728ec4fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
[shorturls]
gh = "github:{path}"
[all_follow]
nixpkgs = "nixpkgs"
nix-darwin = "darwin"
[inputs.nixpkgs]
url = "gh:nixos/nixpkgs/nixpkgs-unstable"
[inputs.wsl]
url = "gh:nix-darwin/nix-darwin/master"
[inputs.darwin]
url = "gh:nix-darwin/nix-darwin/master"
[inputs.hjem]
url = "gh:feel-co/hjem/main"
[inputs.agents]
url = "gh:numtide/llm-agents.nix/main"
[inputs.helium]
url = "gh:oxcl/nix-flake-helium-browser/main"
[inputs.tack]
url = "gh:manic-systems/tack/main"
[inputs.delta]
url = "git+ssh://git@github.com/zed-industries/delta-nix-linux"
[inputs.flow-icons]
url = "git+ssh://git@git.gay/h3a/flow-zed"
[inputs.cachyos]
url = "gh:xddxdd/nix-cachyos-kernel/release"
exclude_follow = ["nixpkgs"]
[inputs.spotifast]
url = "gh:crmne/spotifast/v0.9.1"
|