Commit c3db216
Changed files (3)
pkgs/elio/default.nix
@@ -0,0 +1,27 @@
+{
+ lib,
+ rustPlatform,
+ fetchFromGitHub,
+}:
+rustPlatform.buildRustPackage {
+ pname = "elio";
+ version = "1.8.0";
+
+ src = fetchFromGitHub {
+ owner = "elio-fm";
+ repo = "elio";
+ rev = "64e4768c6837b78998bb134e23475382dd0f5c7f";
+ hash = "sha256-r7/LT0wGs8G9UN7H89WBBYGdKhCU6FXJx+UXNWfIZDc=";
+ };
+
+ cargoHash = "sha256-x9qeMsNLELZu+23pQZNwNgOxlx7c+aHCIpzagHO/Hbg=";
+ doCheck = false;
+
+ meta = {
+ description = "Snappy, batteries-included terminal file manager with rich previews, inline images, bulk actions, and trash support";
+ homepage = "https://github.com/elio-fm/elio";
+ license = lib.licenses.mit;
+ mainProgram = "elio";
+ platforms = lib.platforms.linux;
+ };
+}
default.nix
@@ -21,6 +21,8 @@
with self; {
dwproton-bin = callPackage ./pkgs/dwproton-bin {};
+ elio = callPackage ./pkgs/elio {};
+
harmonoid = callPackage ./pkgs/harmonoid {};
helixPlugins = callPackage ./pkgs/helix-plugins {};
README.md
@@ -10,6 +10,7 @@
| Path | Name | Version | License | Description |
| --- | --- | --- | --- | --- |
| `dwproton-bin` | [dwproton](https://dawn.wine/dawn-winery/dwproton) | `11.0-2` | [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) | Dawn Winery's custom Proton fork with fixes for various games |
+| `elio` | [elio](https://github.com/elio-fm/elio) | `1.8.0` | [MIT](https://spdx.org/licenses/MIT.html) | Snappy, batteries-included terminal file manager with rich previews, inline images, bulk actions, and trash support |
| `harmonoid` | [harmonoid](https://harmonoid.com/) | `0.3.22` | **Unfree** | Plays & manages your music library. Looks beautiful & juicy. |
| `kelivo` | [kelivo](https://github.com/Chevey339/kelivo) | `1.1.15` | [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) | LLM chat client |
| `localbooru-bin` | [localbooru-bin](https://github.com/resucutie/localbooru) | `1.6.1` | [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) | Cross platform local booru collection that exclusively works on local storage, without selfhosting |