diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index ecaebba0..72c0d99d 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -115,3 +115,11 @@ fetch.git = "https://github.com/emersion/mako" | |||
115 | [swayosd] | 115 | [swayosd] |
116 | src.git = "https://github.com/ErikReider/SwayOSD" | 116 | src.git = "https://github.com/ErikReider/SwayOSD" |
117 | fetch.git = "https://github.com/ErikReider/SwayOSD" | 117 | fetch.git = "https://github.com/ErikReider/SwayOSD" |
118 | |||
119 | [netbootxyz-efi] | ||
120 | src.github = "netbootxyz/netboot.xyz" | ||
121 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.efi" | ||
122 | |||
123 | [netbootxyz-lkrn] | ||
124 | src.github = "netbootxyz/netboot.xyz" | ||
125 | fetch.url = "https://github.com/netbootxyz/netboot.xyz/releases/download/$ver/netboot.xyz.lkrn" | ||