diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 11:13:55 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-04 11:13:55 +0530 |
| commit | 12cd47e92c55bac383168934d001b10bb4661eaf (patch) | |
| tree | 3215a929404fba5735b2a68c443b61cc688deda2 | |
| parent | 6dc39e924a22a6324120dd3f1a470d4ff7af6bba (diff) | |
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | nixos/nvim.nix | 9 | ||||
| -rw-r--r-- | showcase/desktop.png (renamed from assets/desktop.png) | bin | 365738 -> 365738 bytes | |||
| -rw-r--r-- | showcase/topbar.png (renamed from assets/topbar.png) | bin | 30604 -> 30604 bytes |
4 files changed, 10 insertions, 2 deletions
@@ -14,7 +14,7 @@ <a href="#docs">Docs</a> </p> - +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 - 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 Binary files differindex 967724e..967724e 100644 --- a/assets/desktop.png +++ b/showcase/desktop.png diff --git a/assets/topbar.png b/showcase/topbar.png Binary files differindex b716fe0..b716fe0 100644 --- a/assets/topbar.png +++ b/showcase/topbar.png |
