Elysia NixOS Package
Find a file
2026-05-31 12:31:03 -04:00
.forgejo/workflows Update .forgejo/workflows/updateElysia.yaml 2026-05-08 14:01:35 +00:00
assets Added pictures/ak-e.png 2026-01-26 17:25:35 -05:00
modules Fixed evaluation warnings after 26.05 update. 2026-05-31 12:31:03 -04:00
.envrc Create dev branch 2026-01-28 23:36:19 -05:00
.gitignore Updated '.gitignore' to not include dir '.direnv' 2026-04-28 14:28:45 -04:00
flake.lock chore: bump elysia to v0.2 2026-04-29 17:20:12 +00:00
flake.nix Create dev branch 2026-01-28 23:36:19 -05:00
LICENSE Initial commit to support Elysia v0.2 2026-01-26 17:02:05 -05:00
README.md Update README.md 2026-05-30 02:52:54 +00:00

elysia-on-nix

The launcher for anime games on Linux, packaged for NixOS! 💕

Launcher

⚠️ Elysia is still in very early development! Please report any issues. ⚠️

⚠️ This specific package is community managed ⚠️

Elysia Launcher

Installation

NixOS Flakes

Add the following to your flake.nix inputs

elysia = {
  url = "git+https://dawn.wine/foxtrottt/elysia-on-nix/";
  # url = "git+https://dawn.wine/foxtrottt/elysia-on-nix.git?reg=25.11" for NixOS 25.11
};

Then add the following

environment.systemPackages = [
  inputs.elysia.packages.x86_64-linux.default
  ];

or, if you prefer it under Home-Manager

home.packages = [
  inputs.elysia.packages.x86_64-linux.default
  ];

Support

Elysia is still very work-in-progress: if you meet any bugs, please make an issue or ask for help at our discord server!

Special thanks to https://github.com/ezKEa for helping me with some troubleshooting