aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--nixos/nvim.nix9
-rw-r--r--showcase/desktop.png (renamed from assets/desktop.png)bin365738 -> 365738 bytes
-rw-r--r--showcase/topbar.png (renamed from assets/topbar.png)bin30604 -> 30604 bytes
4 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index e89bbf3..a3d420b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
<a href="#docs">Docs</a>
</p>
-![desktop_screenshot](./assets/desktop.png)
+Look at showcase/ for images of the rice
## Installation
Adjust username, hostname and download destination in flake.nix according to your needs<br>
@@ -64,7 +64,6 @@ Change these values in quickshell/shell.qml(look for "redBatteryPoint" & "orange
<br>
### Quickshell
-![topbar](./assets/topbar.png)
Configure in quickshell/shell.qml<br>
diff --git a/nixos/nvim.nix b/nixos/nvim.nix
index e3ee7ff..cd3f89a 100644
--- a/nixos/nvim.nix
+++ b/nixos/nvim.nix
@@ -12,5 +12,14 @@
tree-sitter
luajitPackages.magick
+ imagemagick
];
+
+ # programs.ranger = {
+ # enable = true;
+ # extraConfig = ''
+ # set preview_images true
+ # set preview_images_method sixel
+ # '';
+ # };
}
diff --git a/assets/desktop.png b/showcase/desktop.png
index 967724e..967724e 100644
--- a/assets/desktop.png
+++ b/showcase/desktop.png
Binary files differ
diff --git a/assets/topbar.png b/showcase/topbar.png
index b716fe0..b716fe0 100644
--- a/assets/topbar.png
+++ b/showcase/topbar.png
Binary files differ