diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 13:50:55 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 14:03:57 +0100 |
| commit | 21034a5a36d62fbad795c4139c98c32e0516ec93 (patch) | |
| tree | db063cbb3e91bf7231c0eb54fb54b3cb5ac51dfe /pkgs/static/icons/default.nix | |
| parent | ceb6a8075e1b6e1228b7c75a8da36ed520d32b5f (diff) | |
restructure pkgs
Diffstat (limited to 'pkgs/static/icons/default.nix')
| -rw-r--r-- | pkgs/static/icons/default.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/static/icons/default.nix b/pkgs/static/icons/default.nix new file mode 100644 index 0000000..a98aee9 --- /dev/null +++ b/pkgs/static/icons/default.nix @@ -0,0 +1,15 @@ +{ fetchurl }: +{ + netflix = fetchurl { + url = "https://www.vectorlogo.zone/logos/netflix/netflix-icon.svg"; + sha256 = "0b4gqhw9y62fm72x61q03yzbllgfxpkjbbsdvj7d5wg3jshjkgdb"; + }; + mubi = fetchurl { + url = "https://mubi.com/logo"; + sha256 = "1h6qi579dcmd7l9mmwq2c4y67lbpkfjwq19kivfnfxwr38f769h4"; + }; + deezer = fetchurl { + url = "https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/deezer.svg"; + sha256 = "1qcj1gqz8gc9cwlj4cl6yj5ik1vz4ya6qcncr5fbciprzaaf3pg9"; + }; +} |
