diff options
author | sefidel <contact@sefidel.net> | 2022-01-10 19:06:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-10 19:10:56 +0900 |
commit | 7e73606739de1c4aafc1237cfae30b488361b461 (patch) | |
tree | 6a5cda5b314e1f3c31261678bcbff8ae520614de | |
parent | 918166a21008cf0549e7696b87d6a1d57c0019ef (diff) | |
download | nixrc-7e73606739de1c4aafc1237cfae30b488361b461.tar.gz nixrc-7e73606739de1c4aafc1237cfae30b488361b461.zip |
README: add desktop showcase
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | assets/showcase.png | bin | 0 -> 469580 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index a0ff44a..6d023f1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![ISC License](https://img.shields.io/badge/license-ISC-0475b5)](https://www.isc.org/licenses/) [![NixOS Unstable](https://img.shields.io/badge/NixOS-unstable-blue.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org) +![showcase](assets/showcase.png) + ## Installation 1. Creating the installation media ```sh diff --git a/assets/showcase.png b/assets/showcase.png new file mode 100644 index 0000000..74e01ba --- /dev/null +++ b/assets/showcase.png Binary files differ |