diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-13 22:45:18 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-11-13 22:45:18 +0100 |
| commit | f8a9228baa4f68c7639ef703e15f97bf146c53ee (patch) | |
| tree | 6efca90bf896a6747f64b97ed2b9055f2d910508 /nvfetcher.toml | |
| parent | f92d022f5c03f719492fa4901d21190c3a576187 (diff) | |
| download | nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.gz nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.bz2 nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.tar.xz nixos-f8a9228baa4f68c7639ef703e15f97bf146c53ee.zip | |
...
Diffstat (limited to 'nvfetcher.toml')
| -rw-r--r-- | nvfetcher.toml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 8e3ba905..4d49583e 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -108,14 +108,6 @@ fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/t | |||
| 108 | src.pypi = "yt_dlp" | 108 | src.pypi = "yt_dlp" |
| 109 | fetch.pypi = "yt_dlp" | 109 | fetch.pypi = "yt_dlp" |
| 110 | 110 | ||
| 111 | [mako] | ||
| 112 | src.git = "https://github.com/emersion/mako" | ||
| 113 | fetch.git = "https://github.com/emersion/mako" | ||
| 114 | |||
| 115 | [swayosd] | ||
| 116 | src.git = "https://github.com/ErikReider/SwayOSD" | ||
| 117 | fetch.git = "https://github.com/ErikReider/SwayOSD" | ||
| 118 | |||
| 119 | [netbootxyz-efi] | 111 | [netbootxyz-efi] |
| 120 | src.github = "netbootxyz/netboot.xyz" | 112 | src.github = "netbootxyz/netboot.xyz" |
| 121 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.efi" | 113 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.efi" |
| @@ -127,3 +119,7 @@ fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/ne | |||
| 127 | [quickshell] | 119 | [quickshell] |
| 128 | src.git = "https://git.outfoxxed.me/quickshell/quickshell.git" | 120 | src.git = "https://git.outfoxxed.me/quickshell/quickshell.git" |
| 129 | fetch.git = "https://git.outfoxxed.me/quickshell/quickshell.git" | 121 | fetch.git = "https://git.outfoxxed.me/quickshell/quickshell.git" |
| 122 | |||
| 123 | [nix-output-monitor] | ||
| 124 | src.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git" | ||
| 125 | fetch.git = "https://code.maralorn.de/maralorn/nix-output-monitor.git" | ||
