diff --git a/README.md b/README.md index 67bec3c..a013f28 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,23 @@ Finally, install the flake: ```bash nixos-rebuild --install-bootloader switch --flake '/root/red-flake-nix#redflake' ``` + +
+ +## Showcase + +### fastfetch + +![](assets/screenshots/fastfetch.png) + +### KDE about this system + +![](assets/screenshots/kde_about_this_system.png) + +### KDE desktop + +![](assets/screenshots/kde_desktop_tidy.png) + +### KDE start menu + +![](assets/screenshots/kde_start_menu.png) \ No newline at end of file diff --git a/assets/screenshots/fastfetch.png b/assets/screenshots/fastfetch.png new file mode 100644 index 0000000..653cb19 Binary files /dev/null and b/assets/screenshots/fastfetch.png differ diff --git a/assets/screenshots/kde_about_this_system.png b/assets/screenshots/kde_about_this_system.png new file mode 100644 index 0000000..add0fba Binary files /dev/null and b/assets/screenshots/kde_about_this_system.png differ diff --git a/assets/screenshots/kde_desktop_tidy.png b/assets/screenshots/kde_desktop_tidy.png new file mode 100644 index 0000000..cac438b Binary files /dev/null and b/assets/screenshots/kde_desktop_tidy.png differ diff --git a/assets/screenshots/kde_start_menu.png b/assets/screenshots/kde_start_menu.png new file mode 100644 index 0000000..d3cdbd6 Binary files /dev/null and b/assets/screenshots/kde_start_menu.png differ