diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:50:16 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 17:50:16 +0100 |
| commit | 52c53ee7055cd5876112543c28ff6b5626a99313 (patch) | |
| tree | 6fe6815fda0e81bf00013ffcad4db6e115b933a6 /home/pkgs/icons/default.nix | |
| parent | 1f349513ad5079e9f07ea524fd7039261e942ba4 (diff) | |
| parent | b0214d50e9a728d77d98d791e92dfe3747f27e23 (diff) | |
Merge branch 'flake-home-manager' into flake
Diffstat (limited to 'home/pkgs/icons/default.nix')
| -rw-r--r-- | home/pkgs/icons/default.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/home/pkgs/icons/default.nix b/home/pkgs/icons/default.nix deleted file mode 100644 index 8b722d8..0000000 --- a/home/pkgs/icons/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs }: { - netflix = pkgs.fetchurl { - url = "https://www.vectorlogo.zone/logos/netflix/netflix-icon.svg"; - sha256 = "0b4gqhw9y62fm72x61q03yzbllgfxpkjbbsdvj7d5wg3jshjkgdb"; - }; - mubi = pkgs.fetchurl { - url = "https://mubi.com/logo"; - sha256 = "0fj6bafba9z8yirklr74b708pzmy8pjg68l1vx139ddnimh2d4n3"; - }; - deezer = pkgs.fetchurl { - url = - "https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/deezer.svg"; - sha256 = "1qcj1gqz8gc9cwlj4cl6yj5ik1vz4ya6qcncr5fbciprzaaf3pg9"; - }; -} |
